﻿body {
	background-color: white;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
hr{
	color: Red;
}
p, td{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active
{
	COLOR: red;
	TEXT-DECORATION: none;
}

a:hover
{
	TEXT-DECORATION: underline;
}

.table
{
	border : solid red;
	background-color: Silver;
}

#header{
	background-color: White;
}

#content{
	background-repeat : no-repeat;
	background-position : center;
	background-image: url(../image/bglogo.gif);
}
#design{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#update{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#copyright{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}


#menu a:link, #menu a:visited, #menu a:active
{
	font-weight: bold;
	COLOR: black;
	TEXT-DECORATION: none;
}

#menu a:hover
{
	COLOR: red;
	TEXT-DECORATION: underline;
}
