/*
This stylesheet establishes some basic style rules that will be applicable most of the time.

For styles controlling the layout of the page, see layout.css

for styles controlling the general aesthetics of the site, see lookandsfeel.css

*/

body{

font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-size: 0.9em;

color: black;
background-color: white;

}

h1, h2, h3, h4, h5, h6
{
font-family: Georgia, serif;
font-weight: bold;
font-style: normal;
color: #000099;
}

h1
{
text-align: center;
font-size: 1.6em;

}

h2
{
font-size: 1.3em;
}

h3
{
font-size: 1.2em;
}

h4
{
font-size: 1.1em;
}

h5
{
font-size: 1em;
color: #7f7fff;
}

h6
{
margin: 0px;
margin-bottom: 0.2em;
padding: 0px;
font-size: 0.9em;
font-weight: normal;
font-style: italic;
}

p
{

}

/* avoid annoying borders on linked images*/
a img
{
border: none;
}

span.name
{
font-weight: bold;
color: #000099;
}


