
p.hello { color: green}


body { 	
	color: #aaa; 
	font-size: x-small; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	background-color: #181818; 
}

h1 {	
	color: #ffffff;
	font-size: small;
}

h2.xx {	
	color: #a43232;
	font-weight: bold; 
	font-size: x-small;
	margin-bottom:-11px;
	margin-top:-7px;
}

h2 {	
	color: #a43232;
	font-weight: bold; 
	font-size: x-small;
}

h3 {	
	color: #ffffff;
	font-weight: bold; 
	font-size: x-small;
}

td.c_text{ text-align: center; vertical-align:top;}
td.l_text{ text-align: left; vertical-align:top;}
td.r_text{ text-align: right; vertical-align:top;}
	

a {	
	font-size: x-small; 
	font-weight: bold; 
}

a.pagelist {	
	font-size: x-small; 
	font-weight: normal; 
}

a.submenu:link {color: #ffffcc; text-decoration: none;}
a.submenu:visited { color: #ffffcc; text-decoration: none; }
a.submenu:active { color: #ffffcc; text-decoration: none; }
a.submenu:hover { color: red; }


img { 
	border-color: white; 
}

img.with_border { 
	border-style: solid;
	border-color: white; 
	border-width: 10px; 
}

img.no_border {
	border-style: none; 
}


a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
a:active { color: white; text-decoration: none; }
a:hover { color: red; }

