body
{
	font-family : verdana, sans-serif ;
	font-size : 11px;
	color: #1a171b;
}

td{
	font-family : verdana, sans-serif ;
	font-size : 11px;
	color: #f8f2d3;
}

/*link settings*/
a:link{
    color: #ffffff;
    text-decoration: none
}

a:visited{
    color: #ffffff;
    text-decoration: none
}

a:hover{
    color: #000000;
    text-decoration: none
}


/*font settings*/
.headline{
	font-family : verdana, sans-serif ;
	font-size : 11px;
	color: #9a141b;
	font-weight: bold;
	align: center;
}

.box{
	font-family : verdana, sans-serif ;
	font-size : 11px;
	color: #9a141b;
}


/*Color Settings*/
.bg_color1{
	background-color: #1A0000;
}
.bg_color2{
	background-color: #260000;
}
.bg_color3{
	background-color: #5E0000;
}
.bg_color4{
	background-color: #d8d8d8;
}

/*Form Settings*/
input, textarea, select{
	background-color : #b4b4b4;
	border : 1px solid #000000;
	font-family : verdana, sans-serif;
	font-size : 9px;
}

ul {
	list-style: square outside;
	margin: 15px 15px 15px;
}
