/* Style sheet for Christopher Dobrian 2013 website. */

.center 
{
text-align: center;
}

.margin
{
margin-left:2.5em;
margin-right:2.5em;
margin-top:1em;
margin-bottom:1em;
}

a:link
{
color: #0F6FDF;
text-decoration:none;
}

a:visited
{
color: #8FAFDF;
text-decoration:none;
}

a:hover
{
color: #1F7FDF;
text-decoration:underline;
}

a:active
{
color: #AFCFEF;
text-decoration:underline;
}

body
{
background-color: #FFFFFF;
background-image:url('gradient01.png');
background-repeat: repeat-x;
}

h1, h2, h3, h4, p, table, ul, ol
{
color: black;
font-family: helvetica, arial, sans-serif;
text-align: left;
}

h1
{
font-size: 200%;
}

h2
{
font-size: 175%;
}

h3
{
font-size: 150%;
}

h4
{
font-size: 125%;
}

p
{
font-size: 100%;
}

table
{
font-size: 1em;
margin-left: 25%;
margin-right: 25%;
text-align: center;
width: 50%
}

ul
{
font-size: 1em;
}

ol
{
font-size: 1em;
}

#mystyle00
{
color: red;
text-align: center;
}
