/* resetting following styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of reset */

body {
  text-align: center;
  background-color: #d7ff6d;
  font-family: Arial, Sans-Serif;
}


ul li {
  margin: 4px 4px 4px 33px;
  list-style-type:circle;
  font-weight:bold;
}

p {
  margin: 14px 9px 15px 22px;
  font-style:italic;
  background-color:#ecfebb;
}

p2 {
  font-weight:bold;
  background-color:red;
  color:white;
}

h1 {
  font-size: 56px;
  margin: 5px 5px 15px 5px;
}

h2 {
  margin: 15px 5px 13px 2px;
  font-size: 18px;  
}

.page {
  text-align: left;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.header {
  text-align: left;
  font-family: Comic Sans MS, Cursive, Sans-Serif;
}

.content_header {
  background-image: url(/images/header.png);
  height: 22px;
  width: 720px;
}

.content {
  padding: 5px 5px 5px 5px;
  width: 720px;
  background-image:url(/images/content.png);
  background-repeat: repeat-y;
}

.content_footer {
  background-image: url(/images/footer.png);
  height: 32px;
  width: 720px;
}

.footer {
  text-align: right;
  font-size:10px;
  color:grey;
  margin-bottom:15px;
}

.adsense {
  margin-bottom: 5px;
}

.text {
  margin: 13px 24px 13px 13px;
  font-size:14px;
}
#smo {
	float:right;
	margin:10px;
}