/*
  Style sheet prt course
*/

body {
 background-color: #FFF;
}

h1 {
 color: #FFFFFF;
 background-color: #302030;
 border: thin solid;
 text-align: center;
 padding-top: 15px;
 padding-bottom: 15px;
}

a { color:  #808080; }
a:visited { color:  #808080; }
a:active { background-color: #888888; }
a:hover { color: #707070; }

h2 { 
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: left;
}

p { 
 display: block;
 clear: both;
 margin-top: 10px;
 margin-left: 0%;
}

p:first-letter { 
 font-size: 150%;
}

#frame { 
  margin-right: 0%;
  border-top: thin solid;
  border-right: thin solid;
  text-align: justify;
  padding-right: 1.0em;
}
