/* Main Page CSS
   Desc: *Piano Stars* 
	Author: *Keri & Jonathan*
	Date: *05/19/07*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */

body {
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: lighter;
}

a {
	color: #0000CC;
	text-decoration: underline;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}

a:hover {
	color: gray;
	text-decoration: none;
}

