/* CSS Document */

.style1 {
	color: #FFFFFF;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	letter-spacing:1px;
	font-weight: normal;
}

.style2 {
	color: #FFFFFF;
	font-family: Courier New, Courier, mono;
	font-size: 14px;
	letter-spacing:1px;
		font-weight: normal;
}

.style3 {
	color: #FFFFFF;
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	letter-spacing:1px;
}

a.main:link {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:1px;
}
a.main:visited {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing:1px;
}
a.main:hover {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing:1px;
}
a.main:active {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline;
	letter-spacing:1px;
}
a:link {
	font-family: Courier New, Courier, mono;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Courier New, Courier, mono;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Courier New, Courier, mono;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Courier New, Courier, mono;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	text-decoration: underline;
}
