ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
  /* give all a bottom margin of 1em. Also give everything a consistant size. */
	font-size: 100%;
	margin-bottom: 0.75em;
	line-height: 1.25em;
}

h1 {
	font-size: 200%;
	font-weight: bold;
}
h2 {font-size: 120%;}
h3 {font-size: 110%;}
h4 {}
h5 {}
h6 {}



ul, ol {  /*reset left margin for lists */
	margin-left: 1.5em;
}

table {
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	vertical-align: top;
	padding: 0em;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}

.unread {
    font-weight: bold;
}

input.text, select {
    /*font-size: 14px;*/
    font-weight: normal;
}

span.follow_me {
    font-family: Verdana;
}
/* End Main Text Styles */