a:visited {
 color: #64FFFF;
 font-family: Arial;
 text-decoration: none;
}

a:hover {
 color: #000000;
 background: #64FFFF;
 font-family: Arial;
 text-decoration: none;
}

a:link {
 color: #64FFFF;
 font-family: Arial;
 text-decoration: none;
}

body {
 background-image: url(back_main.jpg);
 background-repeat: no-repeat;
 background-position: bottom right;
 background-attachment: fixed;
 font-family: Arial;
 color: #C8FFFF;
 background-color: #000000;
 scrollbar-base-color: #000000;
 scrollbar-arrow-color: #FFFFFF;
 scrollbar-track-color: #000000;
}

h5 {
 font-size: medium;
 width=100%;
 filter:Glow(color=#FFFF00,strenght=3);
}

