html
{
scrollbar-base-color: #272c32;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #272c32;
}
body {background-color: #272c32; 
}
p {font-family: tahoma,arial;
font-size: 12pt;
}
h2 {font-family: tahoma,arial;
font-weight: bold;
font-size: 12pt;
}
h3 {font-family: tahoma,arial;
font-weight: bold;
font-size: 12pt;
letter-spacing: 6px;

}

a:hover {
	 color:#333333;
	 background-color:#ffffff;
         
         font-weight: bold;

}


a:visited {
	color: #333333;
}

a:link {
	color: #333333;
}


a:active {
	background-color: #ffffff;
}

