/* Body */
BODY			{
			  background-color:		#FFFFFF;
			  margin-left:			20%;
			  margin-right:			20%;
			}

/* Links */
A			{
			  color:			#0000FF;
			  text-decoration:		none;
			}

A:hover			{
			  color:			#0000FF;
			  text-decoration:		underline;
			}

/* Paragraph text */
P			{
			  color:			#000000;
			}

LI .title		{
			  font-weight:			bold;
			}

.small			{
			  font-size:			small;
			}

/* H titles */
H1			{
			  font-size:			x-large;
			  font-weight:			bold;
			  text-align:			right;
			}

H3			{
			  font-size:			large;
			  font-weight:			bold;
			  color:			#EEEEEE;
			  background:			#222222;
			}

H4			{
			  font-size:			medium;
			  font-weight:			normal;
			  font-style:			italic;
			  text-align:			right;
			}

H5			{
			  font-size:			medium;
			  font-weight:			normal;
			  font-style:			normal;
			  text-align:			right;
			}

