body {
	background-color:#E1E1E1;
	font-family: verdana;
	font-size: 12px;
}

.container {
	background-color:#ffffff;
	border: 1px;
	border-color:#C0CDD5;
	border-style: solid;
}

h1 {
	color: #ff0000;
	font-family: verdana;
	font-size: 16px;
}

.boxtitles {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
}

.boxcontents {
	color: #4E90CE;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
}

.maincontents {
	color: #4E90CE;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
}

.maincontents a:visited {
	text-decoration: none;
	color: #4E90CE;	
}

.maincontents a:link {
	text-decoration: none;
	color: #4E90CE;	
}

.maincontents a:active {
	text-decoration: none;
	color: #4E90CE;	
}

.maincontents a:hover {
	text-decoration: none;
	color: #ff0000;	
}


a:visited {
	text-decoration: none;
	color: #4E90CE;	
}

a:link {
	text-decoration: none;
	color: #4E90CE;	
}

a:active {
	text-decoration: none;
	color: #4E90CE;	
}

a:hover {
	text-decoration: none;
	color: #ff0000;	
}
