/*
  Core style sheet for Sandwick School Web Page
  Copyright 2001 Chris McGinlay
  
  PURPOSE
  Specify appearance of elements common to most pages on website.
  
  CREATED
  070201
  
  VERSION MODIFIED
  140203 - linkblock LI padding-bottom
  180702
*/

BODY
{
	background-color: 	#ffffff;
	color:			#0b115b;
	font-family: 		Verdana, Arial;
	font-size:			medium;
}

SPAN.new
{
	color: #999900;
}

H1
{
	font-size: large;
	text-align: center;
}

H2
{
	font-size: medium;
        font-style: oblique;
	font-weight: 700;
}

A
	{
	text-decoration: 	underline;
	letter-spacing:		+0em;
	font-size: medium;
	}
	
A:link
	{
	color: #060062;
	}
	
A:visited
	{
	color: #111111;
	}
	
A:hover
	{
	color: #ff0000;
	}

DIV#minilink
{
	position: relative;
	margin-bottom: -1em;
	margin-top: -1em;
	z-index: 2;
	top: 0%;
	left: 0%
}

DIV#minilink A
{
	text-decoration: none;
	font-size: 8pt;
	font-family:		Arial, Helvetica, sans-serif;
	text-align: 		left;
	background-color:	transparent;
	background-image:	none;
}			

DIV#minilink LI
{
	position: relative;
	display:	inline;
	list-style:	none;
	left: -40px;
}
	
DIV.linkblock
{
	line-height: 1em;
	font-size: medium;
	text-decoration: none;
	background-color: #cccccc;
	width: 30%;
	padding-bottom: 1em;
	padding-top: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
        margin-bottom: 1em;
}

DIV.linkblock LI
{
	list-style: none;
        padding-bottom: 0.2em;
}

DIV.linkblock A
{
	font-size: medium;
	text-decoration: none;
}

DIV#conformance
{
	display:	none;
}

P
{
	text-decoration: none;
}

