﻿/* STYLESHEET EngD */


H1	{	
	font-family: Arial, Times New Roman, Comic Sans MS;
	font-size:  10px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Black;
	}	

		
H2	{	
	font-family: Arial, Times New Roman, Comic Sans MS;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Black;
	}	
		
H3	{	
	font-family: Arial, Times New Roman, Comic Sans MS;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Black;
	}	    
 
body
{
background-color:#ffffff;
}
		
#container 
{ 
position:absolute; top:67px; 
margin-left:50px;
width:700px; height:160px; /* auto means it will take its height from the other elements */
background-color:#ffffff;
border:1px solid black;
font-family:Arial, Times New Roman, Comic Sans MS;
font-size:10;
	left: 107px;
}

#inner_container
{ 
position:absolute; top:7px;
margin:10px;
width:680px; height:auto; /* auto means it will take its height from the other elements */
background-color:#fffbc6;
border:0px solid black;
font-family:Arial, Times New Roman, Comic Sans MS;
font-size:10;
	left: -1px;
}



/* The meaning of the following five items is described on Castro p141  */
/* They are all to do with the appearance of the links */
/* See Schmidt et al p131 - the order matters */

a {color:Blue;}

a:visited {color:blue;}

a:link {color:blue;}	
			
a:focus {color:blue; }

a:hover	{color:red;}
		
a:active {color:blue;}	
		
/* End of Castro p141 comments  */
 
/* END OF STYLESHEET EngD */

