body	
{
	font-family: sans-serif;
	background: #ececec;
	text-align: justify;
	color: black;
}

p.header1	
{
	color: blue;
	font-weight: bold;
	font-size: 3.0em;
	text-align: center;
	clear: both;
}

p.header2
{
	color: black;
	font-weight: bold;
	font-size: 2.0em;
	text-align: center;
	clear: both;
}

p.blinker
{
	color: red;
	font-weight: bold;
	font-size: 2.0em;
	text-align: center;
	clear: both;
	text-decoration: blink;
}

p.header3
{
	color: black;
	font-weight: bold;
	font-size: 1.4em;
	text-align: justify;
}

p.header4
{
	color: blue;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}

p.home
{
	color: red;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}
p.normal
{
	color: black;
	font-weight: normal;
	font-size: 1em;
	text-align: justify;
}

p.centre
{
	text-align: center;
}

#sitelinks
{
	width: 200px;
	padding: 15px;
	float: left;
	text-align: center;
}

#externallinks
{
	width: 200px;
	padding: 10px;
	float: right;
	text-align: center;
	border-width: thin;
	border-style: solid;
	border-color: black;
	margin: 10px;
}

#footer
{
	font-size: 75%;
	clear: both;
	text-align: center;
}

#entrance
{
	text-align: center;
}

em
{
	font-weight: bold;
	font-style: normal;
	color: red;
}

#leftwin
{
	float: left;
}

#rightwin
{
	float: right;
}
