/* links
----------------------------- */

a:link, a:visited {
	font-weight:bold;
	color:#ff0000;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:focus { outline:none}

/* headlines
----------------------------- */

h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:25px;
	color:#ff0000;
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
}

h3 {

	margin:0 0 -10px 0;
	font-size:16px;
}

h4 {
	margin-bottom:-5px;
}

/* lists
----------------------------- */

div#menu ul {
	margin:15px 0px;
}

div#content ul {
	margin:10px 0 25px 50px;
}

/* font styles
----------------------------- */

.blue {
	color:#0000cc;
	font-weight:bold;
}

/* logo link
----------------------------- */

#logo {
	position:absolute;
	width:210px;
	height:65px		
} 

#logo a{    
	display:block;
	width:210px;
	height:65px;
    background:transparent;	
} 
.style5 {color: #FF0000; font-weight: bold; }
.style6 {color: #898070}
