/*Cascading sheet for default values of Alexander Galt Rgional high School Web Pages*/
/*This cascading sheet uses classes*/
/*Easy reading cascading style webtext.*/
/*Background Colours*/
body {background-color: #EEFFFA; letter-spacing:+3px;font-family: sans-serif; font-size:120%}
/*Set values for H1*/
/*Set values for H1 large*/
h1 {letter-spacing: +2px}
h1 {background-color: lightblue}
h1 {text-align: center; font-size: large;}
h1 {text-decoration: underline}
h1 {line-height: normal}
h1 {font-family: courier}
/*Set values for H2*/
h2 {background-color: transparent}
h2 {text-align: left}
h2 {text-decoration: line-through}

/*Set values for H3
/*Set values for H3 normal*/
h3 {text-align: right}
h3 {text-decoration: }
h3 {font-family: times}
h3 {line-height: small}




/*Set values for Paragraphs*/
p {text-indent: 1cm}
p {font-family: serif;font-size: large}
p {background-color: transparent}
p.uppercase {text-transform: uppercase}
p.lowercase {text-transform: lowercase}
p.capitalize {text-transform: capitalize}
p.sansserif {font-family: sans-serif;font-size: large;}


/*Set the background*/
background-image:
url('background.jpg')
/*Letter spacing*/


/*Align text*/



/*Indent the text*/

/*Control text cases*/

/*Set the fonts*/
h3 {font-family: times}


/*Set values for H4*/*/
h4 {letter-spacing:2px }
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: 4px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
}
h6 {font-family: courier; font-size:18px}
/*hovering effect anc chaging the cursor*/
/*Set Links properties and effects hover visited and active*/
A:link {color: #ffffff;}
A:visited {color: #ffffff;}
A:active {color: #ffffff;}

:hover {cursor: pointer; color: #C0FFC0; background-color: lightyellow; text-decoration: none; font-size:14; font-weight:bold; color: blue;}

