/* CSS Document */
body {
	background : #ffffff;
	font-family : "Times New Roman",Times,serif;
}
h1 {
	font-size: 200%;
	font-weight: bold;
}
h2 {
	font-size: 150%;
	font-weight: bold;
}
h3 {
	font-size: 115%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
a:link {text-decoration: none} 
a:visited {text-decoration: none}
a:hover {text-decoration: underline}
a:active {text-decoration: none}
.footer, h5 {
	font-size: 80%;
	font-weight: normal;
}
.menu {
	font-size: 90%;
	font-weight: normal;
}
.date {
	font-size: 70%;
	font-weight: normal;
}
.dotted {
border-style: dotted; 
border-color: red;
padding-bottom: 5px;  
padding-left: 0px;  
padding-right: 0px;  
padding-top: 5px;
}
.dottedoverdrive {
border-style: dotted; 
border-color: red;
padding-bottom: 5px;  
padding-left: 10px;  
padding-right: 10px;  
padding-top: 5px;
}
.solid {
border-style: solid; 
border-color: #EBEBEB;
border-width: thin;
padding-bottom: 5px;  
padding-left: 2px;  
padding-right: 0px;  
padding-top: 5px;
}