@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../assets/background2.jpg');
}

/* Fonts */
.style1, .style2{
	font-size: 10px;
}
.style3, .style4, .style5{
	font-size: 12px;
}
.style6{
	font-size: 16px;
}
.style8{
	font-size: 14px;
}
.style5, .style6, .style8{
	font-weight: bold; 
}


/* Links */
a:link {
	color: #005967;
}
a:visited {
	color: #00798A;
}
a:hover {
	color: #D34418;
}
a:active {
	color: #00798A;
}


/* Structure */
#header, #content{
	width:627px;
	width:627px;
	max-width:627px;
}
#header{
	margin-bottom:15px;
	background-image:url('../assets/content_bkrg.jpg');
}

