BODY {
	background-image:url(../Images/Background.jpg);
}

A:link {
text-decoration: none;
font-size: 100%;
color: blue;
}

A:visited {
text-decoration: none;
font-size: 100%;
color: purple;
}

A:hover {
text-decoration: underline;
font-size: 100%;
}

H1, H2, H3, H4, H5, H6 {
font-family: Arial;
}

H1 {
font-size: 135%;
}

P, TD, A, LI {
font-family: Arial;
font-size: 100%;
font-weight: normal;
color: #000000;
text-transform: none;
}

H2 {
font-family: Arial;
font-size: 110%;

}

H3 {
font-family: Arial;
font-size: 100%;
}

HR {

}

