/* general */

body{
	margin: 0px;
	background-color: white; 
	padding-left: 10px;
	padding-bottom: 100px;
	
}

a:link {
	color: #8B0000;
	font-size: small;
	text-decoration: none;
}

a:visited {
	color: #235493;
	text-decoration: none;
	font-size: small;
}

a:hover {
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}


/* fonts */
p{
	font-family: Arial;
	font-size: 12px;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


h1{
	font-family: Arial;
	font-size: 15px;
	color: black;
	padding-top: 5px;
	padding-left: 5px;
}

h2{
    font-family: Arial;
    font-size: 15px;
    color: Black;
    font-weight: bold;
    padding-left: 5px;
}

h3{
	font-family: Arial;
    font-size: 15px;
    color: Black;
    font-weight: bold;
    font-style: italic;
    padding-left: 5px;
}
	

.toptext {
	font-family: Arial;
	font-size:20px;
	color: #EAEAEA;
	padding-left: 14px;
	font-weight: bold;
	font-style: italic;
}

ul 
{
    font-family: Arial;
    font-size: 15px;
}

h4 
{
    font-family: Arial;
    font-size: 12px;
    color: black;

/* div properties */
