/* standard_layout.css */
body {background-color:#000000; color:#000}
h2 {font-family: Arial, Verdana, serif; 
	text-decoration: underline; font-style:italic; color:#003366; 
	background-color: transparent;}
h3 {font-family: Arial, Verdana, serif; ; 
	text-decoration: underline; color:#003366; margin-left: 50px; margin-right: 50px;
	background-color: transparent;}
p {color:#ccc; font-family: Arial, Verdana, serif; font-size:10pt; background-color: transparent;}
td {color:#ccc; font-family: Arial, Verdana, serif; font-size:10pt; background-color: transparent;}
li {font-family: Arial, Verdana, serif; font-size:10pt; background-color: transparent;}
a:link {color:#D31430;text-decoration: underline; background-color: transparent;} /*for unvisited links*/	
a:visited {color:#D31430;text-decoration:underline; background-color: transparent;} /* visited links */
a:active {color:#D31430;text-decoration: underline; background-color: transparent;} /* active links */
a:hover {color:#D31430;text-decoration: underline;} /* When mouse is over the link */