/* -- Styles applied to everything -- */

html 	{
	margin: 0px;
	padding: 0px;
	}

body 	{
	font-family: trebuchet ms, helvetica, arial;
	font-size: 12px;
        background-color: #ccc;
	}

p 	{ 
	margin-top: 0; 
	text-align: left;
	}

h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	}

h2 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	}

h3 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	}

a	{
	color: #000;
	text-decoration: none;
	}

a:link, a: visited { 
	font-weight: bold; 
	text-decoration: none; 
	}

a:hover, a:active { 
	text-decoration: underline overline; 
	}