/* Alfa Tech Cambridge Group CSS */



/* Text and Links */

p {
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;
line-height: 14px
}

A:link {
color: #333333;
text-decoration: underline
}

A:visited {
color: #666666;
text-decoration: underline
}

A:hover  { 
color: #21007A; 
text-decoration: underline
}

.main {
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;
line-height: 14px
}

h1 { 
color: #333333; 
font-size: 13px; 
font-family: Georgia, Times, serif; 
font-weight: bold; 
line-height: 16px; 
margin-top: 0; 
margin-bottom: 0 }


/* Background Colors */

body {
background-color: #FFFFFF
}

.white {
background-color: #FFFFFF
}


/* Form Elements */

.form {
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
font-weight: normal;
line-height: 14px
}

.formfill {
font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
font-weight: normal;
line-height: 14px
}


/* Unordered List Elements */

#menu {
padding: 8;
margin: 8;
margin-top: -5;
list-style-type: square;
list-style-position: outside
}
  
#menu2 {
padding: 15;
margin: 15;
list-style-type: square;
margin-left: 0;
margin-top: -12;
margin-bottom: -15
}
