/*

Safe style sheet for World SkyCat website
Created by Philippa Vereker, 26 September 2001
Last modified by Philippa Vereker 29 September 2001

*/

body
	{color: #000000;
	padding: 0;
	margin: 0;}

h1
	{font-size: 18pt;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ff0000;}

h2
	{font-size: 16pt;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ff0000;}

h3
	{font-size: 14pt;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ff0000;}

h4
	{font-size: 12pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;}
	

ul, ol, dl, li, dt, dd, blockquote,p
	{font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 13px}
	
.large {font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;}
	
.caption {font-size: 10px;
	line-height: 13px;
	font-style: italic;}
	
#leftcol 
	  {
	font-size:  9px;
	line-height: 16px;
	font-family: verdana, helvetica, arial, sans-serif;
	background:  #000033 repeat-y;
	text-align:  center }


	
	
#leftcol b
	 {
	color:      #ffffff;
	font-weight: bold;
	font-size:   12px;
	line-height: 16px }

	
#leftcol hr
	{color: #ff0000}

#leftcol a:link
	 {
	color:           #ffffff;
	line-height:      16px;
	text-decoration:  none;
	background-color: #000033 }


#leftcol a:visited
	 {
	color:           #ffffff;
	line-height:      16px;
	text-decoration:  none;
	background-color: #000033 }


#leftcol a:active
	 {
	color:          #ffffff;
	line-height:     16px;
	text-decoration: none }


#leftcol a:hover
	 {
	color:          #ffffff;
	line-height:     16px;
	text-decoration: underline }



