@charset "utf-8";
/* CSS Document */

body {
font-family: times;
font-size:10px;
color: #ffffff;
}

a {
font-size:18px;
color: #ffffff;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}


h1 {
font-size:24px;
}

h2 {
font-size:16px;
}

h3 {
font-size:12px;
}

#container {
margin: 0 auto;
width: 800px;
height: 600px;
}

#header {
	margin: 0 auto;
	width: 800px;
	height: 135px;
	text-align: center;
}

#box{
float: left;
margin: 1px;
width: 158px;
height: 440px;
}

.box1{
float: left;
margin: 1px;
width: 158px;
background-color:#e7e7e7;
height: 540px;
text-align: center;
}

.box1a{
float: left;
margin: 1px;
width: 158px;
background-color:#2A0055;
height: 40px;
text-align: center;
}

.box1b{
float: left;
margin: 1px;
width: 158px;
background-color:#FF9FAA;
height: 40px;
text-align: center;
}

.box1c{
float: left;
margin: 1px;
width: 158px;
background-color:#008080;
height: 40px;
text-align: center;
}

.box1d{
float: left;
margin: 1px;
width: 158px;
background-color:#2A9F00;
height: 40px;
text-align: center;
}

.box1e{
float: left;
margin: 1px;
width: 158px;
background-color:#7F3FAA;
height: 40px;
text-align: center;
}

.contact{
float: left;
margin-top: 10px;
width: 400px;
height: 86px;
text-align: left;
}

.contact a {
font-size:18px;
color: #1D0192;
text-decoration: none;
}

.contact a:hover {
font-size:18px;
color: #1D0192;
text-decoration: none;
}

.logo{
float: left;
margin-top: 10px;
width: 400px;
height: 40px;
text-align: right;
font-size:18px;
color: #1D0192;
text-decoration: none;
}