
/*general elements*/
html,body {
	margin:2%;
	background-color: #d2d2d2;
	width: 85%;
}
p,h1,h2,h3,h4 {
	color: Black;
	font-size: 1em;
}
h1{
	font-size: 2em;
}
h2{
	font-size:1.50em;
}
h3{
	font-size:1.25em;
}
h4{
	font-size: 1em;
	font-weight: bold;
}
p{
	margin-left: 20px;
	margin-right: 20px;
}
p a:link {
	color:blue;text-decoration:underline;

}
p a:visited{color:red;text-decoration:underline;
	
}
li {
	font-size: 20px;
	font-family: serif;
	text-decoration: none;
	list-style: none;
	line-height: 150%;
	
}
/*navigation vertical*/
#nav {float:left;width:180px;padding:0;margin:0;border-collapse:collapse;
	
}
#nav li{
	height: 26px;
	background-color: transparent;
	color: #4B0082;
	list-style: none;
	border-color: Maroon;
	border-top-width: 2px solid  Maroon;
	border-right-width: 2px solid  Maroon;
	border-bottom-width: 2px solid  Maroon;
	border-left: 2px solid  Maroon;
}
#nav a:link,#nav a:visited {
	margin-left: 12px;
	color: #4B0082;
	background-color: transparent;
	font-size: 20px;
	font-family: serif;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover{
	background-color: Blue;
	color: #717171;
}

/*navigation horizontal*/
#navh{
	font-family:serif;font-size:.9em;
}
#navh ul {
	list-style:none;margin:0;padding:0;padding-top:6px;
}
#navh li{
	display:inline;
}
#navh a:link,#navh a:visited{margin-left:12px;color:460016;background-color:transparent;font-size:12px;font-family:serf;text-decoration:none;font-weight:bold;}
#navh li a:hover{
	background-color:#711515;color:#717171;
}

.indent{
	margin-left: 20px;
}
.navin{margin:20px;padding-top:6px;
	
}
.styrocup{
	background-position: center;
}

.email{
	font-size: 20px;
	font-family: serif;
	font-weight: bold;
	padding-top: 6px;
	text-align: center;
}
.quote{
	color: Maroon;
}
li.points{
	list-style-type: disc;
	font-size: 1em;
}