body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link
{

    COLOR: blue;
    text-decoration: none;  
	FONT-WEIGHT: normal; 
    FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Serif;
}

A:active
{
    COLOR: blue;
    text-decoration: none;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana, Arial, Serif;
}

A:visited
{
    color: blue;
    text-decoration: none;
	FONT-WEIGHT: normal; 
    FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Serif;
}

A:hover
{
    COLOR: blue;
    text-decoration: underline;
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;   
	FONT-FAMILY: Verdana, Arial, Serif;
}

.menu
{
	text-align: left;
	COLOR: black;
    FONT-FAMILY: Verdana, Arial, Serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
	text-decoration: none;
}

.content
{
	padding: 10px;
	COLOR: #333333;
    FONT-FAMILY: Verdana, Arial, Serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
	text-decoration: none;
}


h1
{
    COLOR: #333333;
    FONT-FAMILY: Verdana, Arial, Serif;
    FONT-SIZE: 18px;
    FONT-WEIGHT: bold;
	text-decoration: none;
	margin-bottom: 5px;
}


input
{
	font-size:11px;
	border:1px solid #000000;
	background-color: #cccccc;
}

select
{
	font-size:11px;
	border:0px solid #000000;
	background-color: #cccccc;
}

textarea
{
	font-size:11px;
	border:1px solid #000000;
	background-color: #cccccc;
}
