/*main body */
body {
	background: url("./stone.gif"); /* background colour */
	color: #000000; /* Text color */
	font-family: "Comic Sans MS", serif;
}
.special {
width:5px;
visibility:hidden;
visibility:collaspe;
}
/* main green heading*/
H1 {
	color: #228B22;
	font-size: xx-large;
	font-weight: bold;
}

/* 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:center;
}


OL
{
	list-style: decimal	
}

a.menu:link
{
	margin: 0px;
	padding: 0px;
	border-style: groove;
	text-align: center;
	text-decoration: none;
	color: black;
}
a.menu:visited
{
	margin: 0px;
	padding: 0px;
	border-style: groove;
	text-align: center;
	text-decoration: none;
	color: black;
}

a.menu:hover
{
		border-style: inset;
		text-decoration: none;
		color:#ff3399;
}

li.hosted {
color: red;
list-style: square inside;
}

li.test {
color: green;
list-style: circle inside;
}

.blacktext {color:black
}



	


