/*Cascading sheet for default values of Alexander Galt Regional high School Web Pages*/
/*Author Kevin Shea - date: Aug 2005/*
/*This file is for the default view of most Galt pages*/
/*These Cascading sheets use Classes.*/
/*First section deals with the values of the Body of the text*/
body {background-image:
url('../splash/background.jpg')}
Body{font-family: serif;font-size:8px;word-spacing: 3px;
	letter-spacing: +1px;}





/*Set the background*/

/*Set values for H1 normal*/
h1 {letter-spacing: +0.5px}
h1 {background-color: #4169e3}
h1 {text-align: center; font-size: large;}
h1 {text-decoration: underline}

h1 {font-family: sansserif}

/*Set values for H2 normal*/
h2.middle {background-color: transparent}
h2.middle {text-align: center}
h2.middle {text-decoration: }

/*Set values for H3 normal*/
h3 {text-align: right}
h3 {text-decoration: }
h3 {font-family: sansserif}

/*Set values for H4 bold*/
h4.table {
	font-family: sansserif;
	font-style: bold;
	font-variant: normal;
	font-weight: bold;
	font-size: large;
	line-height: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
}





p {text-indent: 1cm}
p {font-family: sansserif}
p {background-color: transparent}
/*Control text cases*/
p.uppercase {text-transform: uppercase}
p.lowercase {text-transform: lowercase}
p.capitalize {text-transform: capitalize}
p.sansserif {font-family: sans-serif}




/*Set Links properties and effects hover visited and active*/
A:link {color: #ffffff;}
A:visited {color: #ffffff;}
A:active {color: #ffffff;}
A:hover {cursor: pointer; color: #C0FFC0; background-color: lightyellow; text-decoration: none; font-size:16; font-weight:bold; color: blue;}
:hover {cursor: pointer; color: #C0FFC0; background-color: lightyellow; text-decoration: none; font-size:14; font-weight:bold; color: blue;}
