
.default
{
   font-size: 18px;
   color: #000000;
   font-weight: normal;
   font-family: Arial, sans-serif;
   background-color: #2b8bf9
}


.larger
{
   font-size: 24px;
}


.table
{
	font-size: 18px;
   background-color: #2b8bf9
}

.title
{
   font-size: 30px;
   font-weight: bold;
}

.subtitle
{
   font-size: 22px;
   font-weight: bold;
}

.highlight
{
   font-weight: bold;
   color: #ff0000;
   background-color: #ffffff
}

.quotation
{
	font-size: 16px;
	font-family: Serif;
  font-style: italic;
}

.banner
{
   background-color: #000077
}

.menu
{
   font-size: 10px;
}

A:link {
    color: #000077;
   font-weight: bold;
  }

A:active {
    color: #000077;
   font-weight: bold;
  }

A:visited {
    color: #000077;
   font-weight: bold;
  }

:hover {
    color: #000077;
   font-weight: bold;
  }

