/*main body */
body {
	background: #FFFFF0; /* background colour */
	color: #000000; /* Text color */
	font-family: "Comic Sans MS", serif;
}
div#header
{
	color: #660000;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}
div#navitem
{
	text-align:center;
}

div#quote
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#article
{
	text-align:left;
	padding-left:70px;
	padding-right:70px;
	witdh: 670px;
}

div#box
{
	margin-top:10px;
	margin-left:70px;
	margin-right:70px;
	margin-bottom:10px;
	text-align:left;
	color: #FFFFFF;
	padding:10px;
	witdh: 470px;
	border: 3px red;
	border-style: groove;
}

div#pic
{
	font-size:x-small;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border:0px;
}
div#pictop
{
	font-size:x-small;
	text-align:center;
	border: 3px black;
	width: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border-style: groove;
}
div#picleft
{
	font-size:x-small;
	text-align:center;
	border: 3px black;
	width: 320px;
	margin-top: -150px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border-style: groove;
}

div#picright
{
	font-size:x-small;
	text-align:center;
	border: 3px black;
	width: 320px;
	margin-left:340px;
	margin-top: -150px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border-style: groove;
}


/* main green heading*/
H1 {
	color: #660000;
	font-size: xx-large;
	font-weight: bold;
}

/* blue heading - small*/
H2 {
	color: #0000FF;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}

/* 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;}
OL
{
	list-style: decimal	
}

a.navbar:link
{
	margin: 1px 0px;
	width:170px;
	text-align: center;
	text-decoration: none;
	color: black;
}
a.navbar:visited
{
	text-decoration: none;
	width:170px;
	color: black;
}

a.navbar:hover
{
	border-style: inset;
	width:170px;
	text-decoration: none;
	color:#ff3399;
}





	


