/*The first margin is the top margin. The second number is the margin on the right. The third number is the margin for the bottom side of the and the fourth number is the margin for the left side.*/
a:link {
	font-size: 20px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 0px 0px 0px 0.5%;
}
a:hover, a:active {
    font-size: 25px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	margin: 0px 0px 0px 0.5%;
}
a:visited {
	font-size: 20px;
	font-family: arial, helvetica, sans-serif;
	color: 	#00FF00;
	text-decoration: none;
	margin: 0px 0px 0px 0.5%;
}
li {
	margin: 10px 0px 0px 3%;
    list-style-image: url("/Images/Dot.png");
	}
p {
}
#title {
	font-size: 28px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 10% 0px 0px 0px;
}
#subtitle {
	font-size: 28px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 5px 0px 0px 1%;
}
#links {
	margin: 10px 0px 0px 2%;
}