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

body {
    font-size: 76%;
    font-family: Verdana, Arial, Helvetica, Sans Serif;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	line-height: 0em;
}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.4em;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.2em;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.0em;
	margin:  1.0em 0 0 0;	
}

p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin:  1.0em 0 0 0;
}

p.boxout {
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0;
}

img {
	border: 0;
}

a {
    color: #900;
}
    
a:hover, a:active {
    color: #f00;
}
    
a:visted {
    color: #600;
}
