body {
	font-family : "Comic Sans MS";
	font-size : 13px;
	COLOR: black;
	SCROLLBAR-HIGHLIGHT-COLOR: #F9E392;
	SCROLLBAR-SHADOW-COLOR: #F9E392;
	SCROLLBAR-3DLIGHT-COLOR: #F9E392;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #F9E392;
	SCROLLBAR-DARKSHADOW-COLOR: gray;
	SCROLLBAR-TRACK-COLOR: #F9E392;
	SCROLLBAR-FACE-COLOR: #F9E392;
	background-attachment: fixed;
}

a:link {
	font-family : "Comic Sans MS";
	font-weight: lighter;
	color: #057DFC;
	TEXT-DECORATION: none;
	
}

A:visited {
	font-family : "Comic Sans MS";
	font-weight: lighter;
	TEXT-DECORATION: none;
	color : green;
}

A:active {
	font-family : "Comic Sans MS";
	font-weight: lighter;
	text-decoration: none;
}

A:hover {
	font-family : "Comic Sans MS";
	font-weight: lighter;
	text-decoration: underline;
}

.Header {
	font-family : "Comic Sans MS";
	text-decoration: underline;
	font-size : 14px;
	font-weight: bold;
}

.Header1 {
	font-family : "Comic Sans MS";
	text-decoration: underline;
	font-size : 13px;
	font-weight: bolder;
}

.HeaderL {
	font-family : "Comic Sans MS";
	font-size : 15px;
	font-weight: bold;
}

.Name {
	font-family : "Comic Sans MS";
	font-weight: bold;
	font-style: oblique;
}

.Action {
	font-family : "Comic Sans MS";
	font-style: italic;
}

.Copy	{
	font-family : "Comic Sans MS";
	font-size : 09px;
	COLOR: 66CCFF;
}

.Links {
	font-family : "Comic Sans MS";
	text-decoration: none;
	font-size : 13px;
	font-weight: bold;
}