html {
    font-size: 130%;
}

a:visited, a:link {
    color: #006be7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2 {
    font-family: Arial;
}

h1 {
    background: white;
    padding: 30px;
    margin: 0px;
}

h2 {
    margin: 30px 0px 10px 30px;
}

h3 {
    margin: 10px 0px;
}

body {
    /* padding: 30px 30px; */
    font-family: Calibri Light, Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    background: #E8E8E8;
}

#linetop {
    background-color: #C0C0C0;
    position: absolute;
    height: 1px;
    width: 100%;
}

p {
    margin: 0px 00px 00px 60px;
}

ul {
    margin: 0px 00px 00px 40px;
}

.tab {
    position: absolute;
    left: 150px;
}

/*hr {
	border: none;
	height: 1px;
	background-color: #999;
	margin: 30px 20;
}*/
