html
{ 
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

p
{
	font-family:"Comic Sans MS", cursive;
	font-size:13px;
}

td
{
	font-family:"Comic Sans MS", cursive;
	font-size:13px
}

body
{
	background-color:#FFEACC
}

h1
{
	font-family:"Comic Sans MS", cursive;
	font-size:36px;
	font-weight:bold
}

h2
{
	font-family:"Comic Sans MS", cursive;
	font-size:18px;
	font-weight:bold
}

h3
{
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-weight:bold
}

.Button
{
	border-style:solid;
	border-color:Black;
	border-width:1px
}

.CaptionRed
{
	font-family:"Comic Sans MS", cursive;
	font-weight:bold;
	color:Red
}

.Heading1
{
	font-family:"Comic Sans MS", cursive;
	font-size:50px;
	font-weight:bold
}

.Link
{
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-weight:bold;
	text-decoration: none;
	color:Red
	
}

.Link:hover
{
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-weight:bold;
	text-decoration:underline;
	color:Red
}

.Link:active
{
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-weight:bold;
	text-decoration:underline;
	color:Red
}

.Link:visited
{
	font-family:"Comic Sans MS", cursive;
	font-size:24px;
	font-weight:bold;
	text-decoration: none;
	color:Red
}

.SmallLink
{
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	color:Red
	
}

.SmallLink:hover
{
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:Red
}

.SmallLink:active
{
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:Red
}

.SmallLink:visited
{
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color:Red
}

.SmallerLink
{
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
	color:Red
	
}

.SmallerLink:hover
{
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:Red
}

.SmallerLink:active
{
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:Red
}

.SmallerLink:visited
{
	font-family:"Comic Sans MS", cursive;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:Red
}

.ImageThumb
{
	border: 1px solid #000000;
}

.RedText 
{
	color: #F00;
}

.Copyright
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px
}

