/* Styles used on World Wide Wilkes */

/* Normal Text */
BODY	{background-image: url(bootTile.png);
		 background-color: #FFCCFF;
         color: #1000FF;
		 font-family: Trebuchet MS, Arial;
		 font-size: large;
		 text-align: left}
		 
/* Main Page Headings */
H1		{color: #FF00CC;
         font-family: Comic Sans MS;
		 font-size: xx-large;
		 font-weight: bold; 
		 text-align: center;
		 text-decoration: underline}
		 
/* Section Headings */
H2      {color: #FF00CC;
		 font-size: x-large}

/* Page sub headings */
H3      {font-size: x-large;
        text-align: center}

NP	{background-image: url(npbg.gif)}

/* Centered Paragraphs - everything not centered is just under body! */
P       {text-align: center}

/* Unordered Lists (e.g. Indented Paragraphs) */
UL      {margin-left: 10%}

/* Ordered Lists */
OL      {margin-left: 10%}

/* Emphasised Text - make it red and not italics */
EM      {color: #00FFFF;
         font-style: normal}
/* Tables - same as body - why is this changed??? */
TABLE   {font-family: Trebuchet MS, Arial;
		 font-size: large}

/* Line style used for the clock */ 
.line {	position:absolute; }

/* Links */
:link	 {color: #FF0000}
:visited {color: #FF0000}
:active  {color: #00FFFF}
:hover   {color: #00FFFF}
