
p {
padding : 0;
margin : 0;
}
h1 {
	font-family : Verdana;
	font-size : 17px;
	color : #0000FF;
	text-align : center;
	text-decoration : none;
}
h2 {
	font-family : Verdana;
	font-size : 14px;
	color : #0000FF;
	text-align : center;
	text-decoration : none;
}
a {
	text-decoration : none;
	color : #0000FF;
	font-size : 11px;
	font-family : Verdana;
}
a:hover {
	text-decoration : underline;
	color : #0000FF;
	font-size : 11px;
	font-family : Verdana;
}
a:visited {
	text-decoration : none;
	color : #0000FF;
	font-size : 11px;
	font-family : Verdana;
}
table {
font-family : Verdana;
font-size : 11px;
color : #000000;
text-align : center;
text-decoration : ;
}
.t1{
	background-color : #t1_background_color;
	width: 500px;
}
.tab {
	background-color : #C8C8C8;
	font-size : 11px;
}

hr {
	width : 500px;
}

SELECT {
	background-color: #EEEEEE;
	font-size : 11px;
	font-family: Verdana;
	border: 1 ridge black;
}
INPUT {
	background-color: #EEEEEE;
	font-size : 11px;
	font-family: Verdana;
	border: 1 ridge black;
}
TEXTAREA {
	background-color: #EEEEEE;
	font-size : 11px;
	font-family: Verdana;
	border: 1 ridge black;
}


