* {
	margin: 0;
	padding: 0;
}
html {
		font-size: 100%;
		}
body {
	font-size: 62.5%;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color: #636466;
	text-align: center;
}
/* ---------- links and navigation ---------- */

a {
	text-decoration: none;
	border-bottom: dotted 1px #636466;
	color: #0000ff;
}
		
a:hover {
	border-bottom: dotted 0px #636466;
}

/* ---------- fonts ---------- */



h1, h2, h3, h4, p, ul {
	margin-bottom: 10px;
	/*border: 1px solid #000;*/
		}

h1 {
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
		}

h2 {
	font-family: Century Gothic, Georgia, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	
		}

h3 {
	font-family: Century Gothic, Georgia, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
		}
		
h4 {
		}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color: #636466;
	font-size: 12px;
	line-height: 16px;
		}

ul {
	text-indent: 15px;
	margin: 0 0 5px 15px;
		}
li{
	list-style: disc;
	margin: 0 0 5px 20px;			
		}

blockquote {
		}


/* ---------- 5. images ---------- */

img{
	display: block;
}

a img {
		border: 0;
		}
		
/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
form {
		}
		
b, strong{
	font-weight: bold;
}
