* { 
  font-family: "Arial";
 /* background-color: #CCCCCC*/
}

a {
    color: blue;
    font-weight: bold;
}

h1 {
    color: red;
    font-size: 22;
}

h2 {
    color: blue;
    font-size: 16;
    text-align: center
}

h4 {
    color: blue;
    font-size: 16;
    text-align: center
}

hr {
    height: 1px;
    color: #aaaaaa;
    background-color: #aaaaaa;
    border: 0;
    margin: 0.2em 0 0.2em 0;
}

pre {
    font-size: 18;
    text-align: center
}

p {
    color: red;
    font-size: 18;
    text-align: center
}

img {
	border:0px;
}


/*
star {font-family: "ITC Garamond"}
h1 { font-size: 24pt }
h2 { font-size: 18pt }
h1, h2 { color: blue }

p { background-color: silver }

 */

