/*
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: Verdana, Arial, sans-serif;
font-size: 0.84em;

color: black;
background-color: white;

}

h1, h2, h3, h4, h5, h6
{
/*font-family: "Lucida Grande", "Trebuchet MS";*/
/*font-family: Georgia, serif;*/
font-weight: bold;
font-style: normal;
color:#444444;
letter-spacing: 0.2em;

}

h1
{
text-align: center;
font-size: 2.6em;

}

h2
{
font-size: 1.3em;
}

h3
{
font-size: 1.2em;
}

h4
{
font-size: 1em;
}

h5
{
font-size: 0.85em;
}

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;

}
/* a class style for highlighting  names in your text*/ 
span.name
{

font-weight: bold;
color: #222;
}



