

body {
    background : purple;
    font : 12pt arial,helvetica,sans-serif;
    color : white;
    margin-top:0;
  }


td {
    padding:5;
  }


.logo {
    font : bold 30pt sans-serif;
    color : red;
  }


.logo2 {
	font: bold 12pt sans-serif;
	color:red;
	}

.items {
    color:black;
  }


.page {
    background : white;
    height : 100%;
    vertical-align : top;
    width : 650px;
  }


.subtitle {
    font-weight:bold;
    font-size:18pt;
    background-color:red;
    color:white;
  }


.endhead {
    border-style : none none solid;
    border-width : medium medium 3px;
    border-bottom-color : red;
  }


.hline {
    border : red solid 2;
  }


a:link {
    color:black;
    font-weight:bold;
  }


a:active {
    color:black;
    font-weight:bold;
  }


a:visited {
    color:black;
    font-weight:bold;
  }

