/* -------------------------------------------------------------- 

   typography.css
   * Reset and define typography styles
   
-------------------------------------------------------------- */


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #663399;
}

p { 
	margin:0 0 1em 0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #fff;
	line-height:1.2em;
	margin-bottom:1em;
}
h1 {
	font-size:28px;
	margin-bottom:10px;
}
h3 {
	font-style:normal;
	font-weight:bold;
	font-family:"Comic Sans MS", cursive;
	color: #AC43B5;
	font-size:2em;
	margin-top:5px;
}

h4 {
	font-style:normal;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
	color: #AC43B5;
	font-size:2em;
	margin-bottom:0.5em;
}

a {
	text-decoration:none;
	color: #fff;
}
a:hover {
	text-decoration:underline;
}

.big {
	font-size:2em;
}

.medium {
	font-size:1.5em;
}

.centered {
	text-align:center;
}

ul {
	margin-left:1.5em;
}
	ul ul {
	}

.white {
	color: #fff;
}

label {
	cursor:pointer;
}

a.reservelink {
	font-size:1.5em;
	text-decoration:underline;
}
