
BODY {
	margin : 0px;
	margin-left : 0px;
	margin-top : 0px;
	scrollbar-face-color: Red}

/* Regular text */
h1 
{
color: #ECECEC;
text-align: justify;
font-family: "Tahoma";
font-size: 10px;
font-weight: lighter;
}

/* Headers */
h2 
{
color: Red;
text-align: "left";
font-family: "Tahoma";
font-size: 10px;
font-weight: "bold"
}

h3
{
color: #D9D9D9;
text-align: center;
font-family: "Tahoma";
font-size: 10px;
font-weight: lighter;
}


/* Links */
A:LINK, A:VISITED {
color: #F4F4F4;
font-family: "Tahoma";
font-size: 10px;
font-style: "normal";
text-decoration: none;
}

A:HOVER {
	color: Red;
	font-family: "Tahoma";
	font-size: 10px;
    font-weight: "bold";
	text-decoration: none;
}


input,textarea,.formelement,select 
{ 
font-family: tahoma;
font-weight:normal; font-size: 10px;
background-color: #E3E3E3; 
color:#000000;
	BORDER-TOP:    #000000 1px solid; 
	BORDER-LEFT:   #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	BORDER-RIGHT:  #000000 1px solid; 
	   }

textarea 
{ font-family: tahoma;
font-weight:normal; font-size: 11px;
background-color: #E3E3E3; 
color:#000000;
	BORDER-TOP:    #000000 1px solid; 
	BORDER-LEFT:   #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	BORDER-RIGHT:  #000000 1px solid; 
	scrollbar-face-color: Red}

