a:link
{
	color: rgb(200,200,180);
	text-decoration: none
}
a:visited
{
	color: rgb(200,200,180);
	text-decoration: none
} 
a:active 
{
	color: rgb(200,200,180);
	text-decoration: none
}
body
{
	font-family: times, serif;
	color: rgb(255,255,255);
	text-align:justify;
}
table
{
	table-border-color-light: rgb(0,0,0);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: times, serif;
	color: rgb(255,255,255);
	text-align:justify;
}
h4
{
	font-style: small-caps;
}

input { 
 background-color: #202020;
 color: #ffffff;
 border: 1px solid #606060
}

textarea { 
 background-color: #202020; 
 color: #ffffff; 
 border: 1px solid #606060;
 scrollbar-base-color: #606060;
}

img.special {
 border: 1px white solid;
}