/*
---------------------------------------------
scanned.css
---------------------------------------------
*/

body {
   color: black;
   background: white; 
}

.box {
   border-color: silver;
   border-style: solid;
   border-width: 1px;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 0px;
   padding-bottom: 25px;
   font-family: tahoma, arial, helvetica, sans-serif;
   font-size: 13px;
   color: black;
   background: white;
}

.bottombox {
   border-color: silver;
   border-style: solid;
   border-width: 1px;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 5px;
   padding-bottom: 5px;
   font-family: tahoma, arial, helvetica, sans-serif;
   font-size: 10px;
   color: black;
   background: white;
}

p {
   font-family: tahoma, arial, helvetica, sans-serif;
   font-size: 13px;
   color: navy;
   background: white;
}

.header {
   font-size: 20px;
   font-weight: bold;
}

.tiny {
   font-size: 10px;
}

a:link {
   color: blue;
   text-decoration: none;
   background: white;
}

a:visited {
   color: blue;
   text-decoration: none;
   background: white;
}

a:active {
   color: red;
   text-decoration: underline;
   background: #cccccc;
}

a:hover {
   color: red;
   text-decoration: underline;
   background: #cccccc;
}

