/* CSS Document *//* sets the colours for the links in all pages */a:link{	color: rgb(255,255,0); }a:visited{	color: rgb(0,255,255); } a:active {	color: rgb(255,0,0);}body {background-image: url('images/linen-fine.jpg');background-repeat: repeat}/*sets the font for the site */basefont { font-family: Comic Sans MS; font-size: 14pt }/* sets the colour and size of side menu text*/.menu {color: #FFFF00;font-size:110%}/* paragraphs default to left aligned */p			{align:left}/* set the page titles to red centred */.titles  {align:center; font-family:Times New Roman; color:FF0000}img	{border:0}
