/* main.css by Bill Weinman http://bw.org/contact
  v 1.0 - 2012-05-20
*/

/* reset margins */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li,
blockquote, pre, form, label, legend, table, caption, tbody, tfoot, thead,
tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, section, summary, audio, video {
    margin: 5;
    padding: 5;
    border: 5;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* reasonable starting margins */
p, h1, h2, h3, h4, h5, h6, ol, ul, li { margin: 12pt; }
li { margin-left: 2px;}

/* setup headings */
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-family: Tahoma, Verdana, sans-serif;
    font-weight: bold; u;
}

h1 {
	height: 150px;
	width: 400px;
	color:#FFFF33;
	font-size: 200%;
	text-decoration:underline;
	border: 10px solid red;
	text-shadow: 2px 2px 1px blue;
	-webkit-border-radius: 10px;
	padding:10px;
	}
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

.center {
margin-left:center;
margin-right:center;
width:70;
}
body{  
	font-family: Georgia, serif;
    font-size: 20pt;
	background-image: url("background2.jpg");
	background-size: contain;
	background-repeat: yes-repeat;
	background-size: 240px 200px;
	background-attachment: scoll;
	}
a:link {color:#FFFF00;}
a:visited {color:#000033;}
a:hover {color:#CCFF33;}
a:active {color:#FFFFFF}
.count {color:#D9D919;}