/*	PhD stylesheet		*/
/*	24/1/2007		          */

BODY
	{
	/* Set left and right margins */
	margin-left:15%;
	margin-right:15%;

	font-family:Arial,sans-serif;
	color:#404040;
	text-align:left;

  	background: #F0F0F0;
	}

/*	Page headings		*/
H1
	{
	text-align:center;
	text-decoration:underline;
	color:#404040;
	}

/*	Section headings	*/
H2
	{
	text-align:center;
	text-decoration:underline;
	font-size:2em;
	color:#63659C;
	}

/*	Paragraph headings	*/
H3
	{
	text-align:left;
	text-decoration:underline;
	font-weight:bold;
	}

/*	Sub-paragraph headings	*/
H4
	{
	text-align:left;
	font-weight:bold;
	}

/*	Page footers		*/
H6
	{
	text-align:center;
	}

/*	Paragraphs		*/
P
	{
	text-align:justify;
	}    
    
/*	A link				*/
A:link
	{
	color:#55B05A;
	text-decoration:underline;
	font-weight:bold;
	}

/*	A visited link		*/
A:visited
	{
	color:#008000;
	text-decoration:underline;
	font-weight:bold;
	}

/*	A hover link		*/
A:hover
	{
	color:#FFFFFF;
	background:#55B05A;
	text-decoration:underline;
	font-weight:bold;
	}

/*	Unordered List		*/
UL
	{
	list-style-type:circle;
	list-style-image:url(bullet1.png);
	}

/*	Embedded Unordered List		*/
UL UL
	{
	list-style-type:disc;
	list-style-image:url(bullet2.png);
	}

/*	Ordered List		*/
OL
	{
	list-style-type:decimal;
	}

/*	List Items		*/
LI
	{
	text-align:justify;
	}    
    
    
/*	Navigation bar		*/
P.navbar
	{
	text-align:center;
	}

EM
	{
	font-style:italic;
	}


