/*
CSS for Matt Creamer site
*/




h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: navy;
	font-weight: bold;
	font-size: 2em;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
a {
font-weight: bold;
text-decoration: none;
color: navy;
}

a:link {
	text-decoration: none;
	color:navy
	
}
a:visited {
	text-decoration: none;
	color: navy;
}
a:hover {
	text-decoration: none;
	color: navy;
}
a:active {
	text-decoration: none;
	color:navy;
}


}

h3 {
	text-decoration: none;
}


body {
	font-family: Din, Helvetica, Verdana, Arial, sans-serif;
	color: black;
	padding: 15px;
	
	
	
}



h2 {
	color: green;
}

h3 {
	color: navy;
	text-decoration: none;
	
}



a {
	text-decoration: none;
	color: navy;
	
}

a:link {
	text-decoration: none;
	color: black;
}

a:visited {
	color: navy;
}

a:hover {
	color: red;
}

a: active {
	color: aqua;
}




#highlights {
	float: right;
	width: 450px;
	background-color: #99ffff;
}


	

	
#about {
  float: left;
  width: 55%;
 
}
#recentposts {
  float: right;
  width: 40%;

h3 {
	text-decoration: none;
	
}
}





