P{
	font-family: 'Palatino Linotype', 'Times New Roman', serif;
	font-size: 16;
	color: black;
}
P:first-letter{
	font-size: 16;
	font-weight: bold;
}
#main{
    background-color: #ffffff;
	border: 2px solid #000000;
	margin-bottom: 20px;
	margin-right: 120px;
	margin-top: 100px;
	margin-left: 120px;
	padding: 5px;
}
body{
    padding: 0px;
	margin: 0px;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url("images/bluefade.jpg")
}

#links{
    float: left;
	margin-top: 150px;
	text-align: center;
}

.link{
    font-family: verdana,sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #ffffff;
}
h1{
    font-family: verdana,sans-serif;
	font-size: 18;
	text-align: right;
	color: #888888;
	border-bottom: 1px dashed black;
	padding: 3px;
	margin-top: 5px;
}
h2{
    font-family: 'Palatino Linotype','Times New Roman',serif;
	font-size: 16;
	text-align: left;
	color: black;
	text-decoration: underline;
}
ul{
    font-family: verdana, sans-serif;
}
li{
    font-family: verdana, sans-serif;
}
table{
    background-color: #7777bb;
	color: white;
	border-collapse: collapse;
	width: auto;
}
td{
    font-family: verdana, sans-serif;
    font-size: 12;
	color: black;
	background-color: #cfcfff;
	border: 1px solid #777777;
	padding: 4px;
}
a:link{
    color:#330066;
	text-decoration:none;
}
a:visited{
    text-decoration:none;
}a:hover{
    text-decoration:underline;
}
