styles.css

Print Close

The following Cascading Style Sheet settings are used for additional appearance and usability features:

body {
background: #CCCCFF;
color: #000000;
font-family: Arial, sans-serif;
}
h1 {
   border-bottom: solid #334B66 4px;
   font-size: 160%;
}
.logout {
   font-size: 90%;
   float: right;
}
hr {
   color #334B66; width 4px;
}
table {
   padding: 2px;
}
td {
   border: solid #000000 1px;
   text-align: left;
   padding: 2px;
}
th {
   text-align: left;
   padding: 2px;
}
.footer {
   border-top: solid #334B66 4px;
   font-size: 90%;
}
.company {
   padding-top: 5px;
   float: right;
}
.date {
   padding-top: 5px;
   float: left;
}