a.lite:link {
   color:white;
   text-decoration:none;
}

a.lite:visited {
   color:white;
   text-decoration:none;
}

a.lite:hover {
   color:cyan;
   text-decoration:none;
}

a.lite:active {
   color:white;
   text-decoration:none;
}

a.dark:link {
   color:cadetblue;
   text-decoration:none;
}

a.dark:visited {
   color:cadetblue;
   text-decoration:none;
}

a.dark:hover {
   color:orange;
   text-decoration:none;
}

a.dark:active {
   color:white;
   text-decoration:none;
}

body {
   background-color:ivory;
}

div.title {
   color:cadetblue;
   font-family:Serif;
   font-size:27px;
   font-weight:bold;
   text-align:center;
}

div.subTitle {
   color:teal;
   font-family:Arial;
   font-size:20px;
   font-weight:normal;
   text-align:justify;
   width:425px;
}

div.long {
   color:teal;
   font-family:Arial;
   font-size:18px;
   font-weight:normal;
   text-align:justify;
   width:450px;
}

div.xLong {
   color:teal;
   font-family:Arial;
   font-size:18px;
   font-weight:normal;
   text-align:justify;
   width:710px;
}

div.short {
   color:teal;
   font-family:Arial;
   font-size:18px;
   font-weight:normal;
   text-align:left;
   width:225px;
}

div.xShort {
   color:white;
   font-family:Arial;
   font-size:18px;
   font-weight:normal;
   text-align:left;
   width:150px;
}

div.project {
   color:teal;
   font-family:Arial;
   font-size:30px;
   font-weight:bold;
   text-align:left;
   width:450px;
}

div.awards {
   color:teal;
   font-family:Arial;
   font-size:15px;
   font-weight:normal;
   text-align:left;
   width:275px;
}

img {
   border-style:none;
}

span.highlight {
   background-color:black;
}

.tab {
   background-color:darkgray;
   color:ivory;
   font-family:Serif;
   font-weight:bold;
   font-size:17px;
   text-align:center;
}

.tabs {
   background-color:antiquewhite;
   color:cadetblue;
   font-family:Serif;
   font-size:17px;
   font-weight:normal;
   text-align:center;
}