/* CSS for 2007 version of CarolVanNatta.com */

html{
margin: 0px;
padding: 0px;
}

body{
margin: 0px;
padding: 0px;
background: #85a798;
font:  13px "Verdana", "Arial", "Geneva", "Helvetica", sans-serif;
text-align: center;
}

#wrapper{
width: 780px;
position: absolute; left: 50%;
margin-left: -390px;
}

p, table, th, tr, td, ul {
margin: 0;
padding: 0;
border: 0;
text-align: left
}

img{
border: none;
margin: 0px;
padding: 0px;
}

a:link  {
	color : #a74a3b;
}

a:visited  {
	color : #472606;
}

a:hover, a:active{
color: #660000;
}


/* Following from old website's css, but some are modified: */

H2 {
	font-size : 17px;
	font-weight : bold;
	color : #73260d;
	padding-top: 5px;
}


.resumetitle {
	font-weight: bold;
	font-style: italic;
}

.resumetext {
	font-size : 12px;
}

.bigger {
	font-size : 16px;
}

.smaller { 
	font-size : 10px;
	color : #ff0000;
}

.bullets {
	padding: 6px;
	font-size : 14px;
} 

.smallnote {
	font-size : 9px;
	color : #866452;	
}

.tiny {
	font-size : 6px;
}

.halfline {
	padding-bottom: 1px;
	line-height: 115%;
}

.clickme {
	font-size: 9px;
	font-style: italic;
}


