html	{
color: #555; 
font-family: 'georgia'; 
font-size: 12px; 
line-height: 1.3em;
background: #fff;
}

* {
padding: 0;
margin: 0;
outline: none;
}
	
input, textarea {
padding: 0.2em;
}
	
img, a:link img, a:visited img, a:hover img, a:active img {
border: 0;
}

a {
color: #000;
}
a:link {
font: inherit;
text-decoration: underline;
border: 0;
}
	
a:active {
font-size: 100%;
text-decoration: none;
border-bottom: 1px solid;
text-decoration: underline;
border: 0;
}
	
a:hover {
font-size: 100%;
text-decoration: none;
border-bottom: 1px solid;
text-decoration: underline;
border: 0;
}
	
a:visited {
font-size: 100%;
text-decoration: none;
border-bottom: 1px solid;
text-decoration: underline;
border: 0;
}
	
a.dashed:link, a.dashed:visited, a.dashed:active	{
font-size: 100%;
text-decoration: none;
border-bottom: 1px dashed;
}
	
a.dashed:hover {
font-size: 100%;
text-decoration: none;
border-bottom: 1px dashed;
}
	
h1 {
font-size: 2.4em;
margin: 0 0 0.8em 0;
}
	
h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}
	
h3 {
font-size: 1.4em;
margin: 0 0 0.5em 0;
}
	
h4 {
font-size: 1.3em;
margin: 0 0 0.5em 0;
}
	
h5 {
font-size: 1.2em;
margin: 0 0 0.5em 0;
}
	
h6 {
font-size: 1.1em;
margin: 0 0 0.5em 0;
}

p {
margin: 0 0 1.2em 0;
}
	
table {
border-collapse: collapse;
table-layout: fixed;
}

table td, table th {
vertical-align: top;
text-align: left;
}
	
ul, ol {
margin: 0 1em 1.2em 3em;
}
ul li, ol li{
margin-bottom: 0.5em;
}
li ul, li ol {
margin: 0.5em 1em 0.5em 3em;
list-style-type: disc;
}

	
small, sup, sub {
font-size: 0.8em;
}
	
big {
font-size: 1.2em;
}