.footer {
	font-family: sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: Olive;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
body {
	background-attachment: fixed;
	background-color: White;
	background-image: url(images/81patchbg.gif);
	background-repeat: repeat;
	color: Blue;
	font-family: sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

a {
	background-color: transparent;
	color: Olive;
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: Red;
	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	font-family: sans-serif;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: Olive;
	font-family: sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
}

h3 {
	color: Olive;
	font-family: serif;
	font-size: large;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}


.special1 {
	color: Olive;
	font-family: sans-serif;
	font-size: x-large;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
}

.special2{background-color : transparent;
	color : maroon;
	font-variant:small-caps;
	font-weight : bold;
	font-style : normal;
	font-family : sans serif;
	font-size :12pt;
	text-align : center;
	text-decoration:none;

}

.special3 {
	background-color: transparent;
	color: maroon;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	font-family: sans serif;
	font-size: 10pt;
	text-align: left;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}


