body {
          color : black;
          background-color : white;
          font-size :  medium;
}
a {
          font-weight : bold;
}
a:link {
          color : red;
}
a:visited {
          color : #FF7200;
}
a:hover {
          color : black;
          background-color : yellow;
}
a:active {
          color : red;
          background-color : yellow;
}
b {
          font-weight : bold;
}
em , i {
          font-style : italic;
}
u {
          text-decoration : underline;
}
p {
          margin : .5em 0;
}
h1 , h2 , h3 {
          color : red;
          margin : .25em 0;
          font-weight : bold;
}
img {
          border-style : none;
}
#footer {
          font-size : smaller;
          text-align : center;
}
#top {
          text-align : center;
}
.inline {
          display : inline;
}
.block {
          display : block;
}
span.em {
          background-color : yellow;
          font-weight : bold;
          text-decoration : underline overline;
}
.center {
          text-align : center;
}
a.thin {
          font-weight : normal;
          text-decoration : none;
}
span.small {
	   font-size : small;
	   font-style : italic;
}