/* cSS File for Alexander Sample 1 Website */

/*Define body background color & font */

body
{
 font-family: arial,helvetica;
 font-size: 10pt;
 color: navy;
 background-color: white;
}

/*Create a class of link named 'normal' */
a.normal
{
 font-family: arial,helvetica;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: underline;
}
a.normal:link
{
 color: navy;
}
a.normal:visited
{
 color: navy;
}
a.normal:hover
{
 color: #99CCCC;
}
a.normal:active
{
 color: #99CCCC;
}



/* create a class of link named 'navbar' */
a.navbar
{
 font-family: arial,helvetica;
}

a.navbar:link
{
 color: navy;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
 
}

a.navbar:visited
{
 color: navy;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
}

a.navbar:hover
{
color: white;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}

a.navbar:active
{
color: white;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}






/* create a class of link named 'bold' */
a.bold
{
 font-family: arial,helvetica;
}

a.bold:link
{
 color: navy;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
 
}

a.bold:visited
{
 color: navy;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: bold;
}

a.bold:hover
{
color: #99CCCC;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}

a.bold:active
{
color: #99CCCC;
text-decoration: none;
font-size: 10pt; 
font-weight: bold;
}



/* create a class of link named 'contact' */
a.contact
{
 font-family: arial,helvetica;
}

a.contact:link
{
 color: navy;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: normal;
 
}

a.contact:visited
{
 color: navy;
 text-decoration: none;
 font-size: 10pt; 
 font-weight: normal;
}

a.contact:hover
{
color: white;
text-decoration: none;
font-size: 10pt; 
font-weight: normal;
}

a.contact:active
{
color: white;
text-decoration: none;
font-size: 10pt; 
font-weight: normal;
}



/* create paragraph style */

p
{
font-size: 10pt;
font-family: arial,helvetica;
color: navy;
font-weight: normal;
}


/* create blockquote style */

blockquote
{
font-size: 10pt;
font-family: arial,helvetica;
color: navy;
text-align: left;
}

p.title
{
font-size: 15pt;
font-family: arial,helvetica;
color: navy;
text-align: left;
font-weight: normal;
}

h3
{
font-size: 12pt;
font-family: arial,helvetica;
color: navy;
text-align: left;
font-weight: normal;
}

p.box
{
float: left;
border-right: 2px solid #99CCCC;
border-left: 2px solid #99CCCC;
border-top: 2px solid #99CCCC;
border-bottom: 2px solid #99CCCC;
width: 250px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: navy;
}


p.boxnavbar
{
float: left;
border-right: 2px solid #99CCCC;
border-left: 2px solid #99CCCC;
border-top: 2px solid #99CCCC;
border-bottom: 2px solid #99CCCC;
width: 177px;
background-color: white;
padding: 10px;
font-family: arial,helvetica;
font-size: 10pt;
text-align: center;
font-weight: normal;
font-style: normal;
color: navy;
}


ul
{
font-size: 10pt;
font-family: arial,helvetica;
color: navy;
font-weight: normal;
text-align: left;
}

font.title
{
font-size: 20pt;
font-family:arial,helvetica;
color: navy;
font-weight: bold;
text-align: left;
font-style: normal;
color: navy;
}


font.bigtitle
{
font-size: 30pt;
font-family:arial,helvetica;
color: navy;
font-weight: normal;
text-align: left;
font-style: normal;
color: navy;
}



font.subtitle
{
font-size: 14pt;
font-family:arial,helvetica;
color: navy;
font-weight: normal;
text-align: left;
font-style: normal;
color: navy;
}



font.main
{
font-size: 10pt;
font-family:arial,helvetica;
color: navy;
font-weight: normal;
text-align: left;
font-style: normal;
}


font.other
{
font-size: 10pt;
font-family:arial,helvetica;
color: #99CCCC;
font-weight: normal;
text-align: left;
font-style: normal;
}



td
{
background-color: white;
text-align: left;
font-family: arial,helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal;
}

td.color
{
background-color: #99CCCC;
text-align: center;
font-family: arial, helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal;
}

td.colortitle
{
background-color: #99CCCC;
text-align: left;
font-family: arial, helvetica;
font-size: 10pt;
font-style: normal;
font-weight: normal;
}