/*timothyvalenti*/

body {
	font-family: arial, helvetica, sans-serif;
	background: white;	
	font-size: 80%;
	margin: 1em;
	padding: 0;
}

p {
	font-size: 1.3em;
	color: Black;
	padding: 2px; 
	text-align: left;
	}

h1 {
	color: #ff6666;
	background-color: #ccff99;
	font-size: 2.0em;
	border-bottom-style: dotted;
	border-bottom-color: #00cccc;
	text-align: center;
}


h2{
	color: #ff6666;
	background-color: #ccff99;
	font-size: 1.9em;
	Padding: .1em;
	padding-left: .1em;
	borderstyle: dashed;
	border-bottom-style: dotted;
	border-bottom-width: 0.2em;
	border-bottom-color: #00cccc;

}


A:link {color: #395FOB}
A:visited {color: #00cccc }
A:active {color: #395FOB;}
A:hover {text-decoration: underline; color: #ff6666;

