/* http://aik.pi.se/1.css
   Gnagarforum standard yellow CSS */
<STYLE>
a
{
	color: rgb(0,0,0); 
}
a:link
{
	color: rgb(0,0,0); 
}
a:visited
{
	color: rgb(0,0,0); 
} 
a:active 
{
	color: rgb(0,0,0);
}
a:hover 
{
	color: rgb(0,0,0);
}
body
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 12pt;
	color: rgb(0,0,0);
	background: #FFD700;

	letter-spacing: normal;
	word-spacing: normal;
   
}
table
{
	border-color-light: rgb(255,231,0);
	border-color-dark: rgb(255,231,0);
	border-color: rgb(255,231,0);

}
.borderwidth
{
BORDER = 0;
}
.tableheader
{
    BACKGROUND-COLOR: rgb(0,0,0);
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial, Verdana, Helvetica;
    letter-spacing: normal;
    word-spacing: normal;
    COLOR: #FFD700;
    FONT-SIZE: 13px;
}
.tableheader2
{
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial, Verdana, Helvetica;
    letter-spacing: normal;
    word-spacing: normal;
    COLOR: rgb(0,0,0);
    FONT-SIZE: 13px;
}
.tablebody1
{
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Arial, Verdana, Helvetica;
    letter-spacing: normal;
    word-spacing: normal;
    COLOR: rgb(0,0,0);
    FONT-SIZE: 13px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Helvetica;
}
h1
{
	color: rgb(255,231,0);
}
h2
{
	color: rgb(255,231,0); 
}
h3
{
	color: rgb(255,231,0); 
}
h4
{
	color: rgb(255,231,0);
}
h5
{
	color: rgb(255,231,0);
}
h6
{
	color: rgb(255,231,0);
}
.old
{
	color: rgb(255,255,153);
}
.formtext
{
background-color: rgb(255,255,255);
width: 200;
}
.formtextarea
{
background-color: rgb(255,255,255);
}
.formdropdown
{
background-color: rgb(255,255,255);
width: 200;
}
.submit	
{
border-style: solid;
background-color: rgb(255,231,0);
border-width: 2;
border-color: rgb(0,0,0);
color: rgb(0,0,0);
width: 200;
}
</STYLE>

