@CHARSET "ISO-8859-1";

/*
	Font Sizes, Font Families, Font Weights, Text Decoration, Links, Lists
*/

#title {
	font-size: 60pt;
}

#subtitle {
	font-size: 20pt;
}

h3 {
	font-size: 16pt;
	font-weight: bold;
}

ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	list-style-position: inside;
}

.bullet {
	list-style-type: circle;
	list-style-position: inside;
	padding-top: 10px;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.links a:link {
	text-decoration: none;
	font-weight: bold;
}

.links a:visited {
	text-decoration: none;
	font-weight: bold;
}

.links a:active {
	text-decoration: none;
	font-weight: bold;
}

.links a:hover {
	text-decoration: underline;
	font-weight: bold;
}