/* items below defines all header colours if you want one global colour for all headers, include */
/* them all in a row h1,h2,h3,h4,h5,h6 */ 


h1 
{ color: #000066; text-align:center }


h2
{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; }

h3
{ color: #000000; font-family: verdana; text-align:center }

h4
{ color:#00008B }

h5
{ color: yellow; text-align:center }

h6
{ color: orange; text-align:center }

/* This section defines the page width */

#pagewidth
	{
	width:950px;
	position:relative;
	margin:0 auto;
	margin-top: 5px;
	border:0px solid #c5c5c5;
}

/* This section defines logo position */

.logo {
	position: absolute;
	top: 1px;
	left: 10px; 
}

/* This section defines the welcome greeting */

.greeting {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	color: #01017B; 
	font-size: 13pt;
	line-height: 13pt;
	position: absolute;
	right: 5px;
	top : 20px;
}


/* item below define hyperlinks state */

a 	{font: arial, sans-serif; 
	color: #191970; 
	font-size: 10; 
	text-decoration: none;
}


a:hover {
	color: red;
	text-decoration: none;

}

a:active {
	color: green;
	text-decoration: underline overline;
}

/* item below define paragraph style */

p 	{
	font: verdana; 
	color: blue; 
	font-size:14;
}
