/*main body */
body {
	background-color:#cccccc; /* background colour */
	color: #000000; /* Text color */
	font-family: "Comic Sans MS", serif;
}
div#menu {
	color:#000000 ;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 177;
	height: 100%;
	background-color: #000099; /* background colour */
}
A.menu:link {
	COLOR: black; 
	TEXT-DECORATION: none;
}
A.menu:hover {
	COLOR: lightblue;
}
A.menu {
	FONT-WEIGHT: 700; 
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}

div#header {
	background-color: #000099; /* background colour */
	position: absolute;
	top: 0px;
	left: 177px;
	width: auto;
	height: 80px;
	
}
div#main {
	color:#000000 
	background-color:#cccccc 
	width: auto;
	height: auto;
	position: absolute;
	left: 200px;
	top: 120px;
}


/* main green heading*/
H1 {
	color: #336699;
	font-size: xx-large;
	font-weight: bold;
	text-align:center;
}

/* blue heading - small*/
H2 {
	color: #0000FF;
	font-size: large;
	font-weight: bold;
}

/* seen on index page */
H3 {
	font-weight: bold;
}

/*used as headings for pictures and articles */
H4 {
	color:#228B22;
	font-weight:bold;
	font-size:x-large;
}

/* heading for everything else */
H5 {
	color: #0000FF;
	font-size: xx-large;
	font-weight: bold;
}
HR {
	height:3px;
	width:80%;
}

.STUFF {
	font-weight: bold;
	font-size: medium;
	color:"Green";
	font-style: italic;
}
/* Links */
	A:hover {color:#ff3399;}
	

#article
{
	width:80%;
	text-align:left;
}
OL
{
	list-style: decimal	
}


