/*
TITLE: Tvanwinkle assignment
AUTHOR: Taylor Van Winkle
PUPOSE: for school
LAST MODIFIED ON: 4/10/12
*/

body { background-color: #000066;
       color: #FFFFFF;
       font-family: Arial, Helvetica, sans-serif;
}

h2 { background-color: #333333;
     color: #003366;
     font-family: Georgia, "Times New Roman", serif;
}

h4 { background-color: #333333;
     color: #006600;
     font-family: Georgia, "Times New Roman", serif;
}

dd {  font-weight: bold;
     font-size: 1.2em;
		line-height: 200%;
}

.logo { background-color: #333333;
		color: #666666;
}

.nav { font-weight: bold;
		font-size: 1.2em;
		font-style: large;
}

.contact { font-weight: bold;
		font-size: .90em;
		font-family: Georgia, "Times New Roman", serif;
}

#footer { font-size: .60em;
		font-style: italic, small;
}