body, td, th, div {
	font-family: Arial, Helvetica, sans-serif;
}

body {
    margin-left:    50px;
}

hr {
        width: 80%;
}

hr.two {
    width: 90%;
    margin-right: 0px;
}

.bs {
	font-weight: bold;
	font-size: small;
}

.smaller {
    font-size: x-small;
}

.bigger {
    font-size: larger;
}

.subh {
    font-weight: bolder;
}

.si {
    font-size: small;
    font-style: italic;
}

.job {
    font-weight: bolder;
}

.sc {
    font-size: larger;
    font-weight: bolder;
    font-variant: small-caps;
}

div.footer {
        font-size: smaller;
        text-align: center;
        display: block;
        }
div.header {
        text-align: center;
        display: block;
        }
td {
    vertical-align: top;
}

td.left {
    text-align: left;
}
td.right {
    text-align: right;
}

.ital {
    font-style: oblique;
}

.nerd {
    font-stretch: condensed;
}

a:link  {
        text-decoration: none;
	color: #0000FF;
}

a:visited {
        text-decoration: none;
	color: #0000FF;
}

a:hover {
        text-decoration: none;
	color: #0000FF;
}
