/* CSS Document */

body{
background-color: #151144;
margin: 0px;
}


/*Text Settings*/
.maintext{
font-family: Arial;
font-size: 12px;
}

p{
font-family: Arial;
font-size: 12px;
}

.maintextheading{
font-family: Arial;
font-size: 16px;
font-weight: bold;
text-decoration: underline;
}

.maintextheadingnou{
font-family: Arial;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.smalltext{
font-family: Arial;
font-size: 11px; 
}

.smalltextheading{
font-family: Arial;
font-size: 14px; 
}

.studentsmalltext{
font-size: 11px; 
color: #FFFFFF;
}

.address{
font-family: Arial;
color: #FFFFFF;

}

.copyright{
font-family: Arial;
color: #FFFFFF;
font-size: 10px
}

.itemheading{
font-weight: bold;
}

/*Table Settings*/
.tableenclosure{
border: 1px solid Black;
}

.tablesides{
border-left: 2px solid Black;
border-right: 2px solid Black;
}


/*External Links Settings*/
a:link.extLinks{
color: black;
text-decoration: none;
}

a:active.extLinks{
color: black;
text-decoration: none;
}

a:visited.extLinks{
color: black;
text-decoration: none;
}

a:hover.extLinks{
color: black;
font-weight: bold;
text-decoration: underline;
}

/*External Links Settings White*/
a:link.extLinksW{
color: white;
text-decoration: none;
}

a:active.extLinksW{
color: white;
text-decoration: none;
}

a:visited.extLinksW{
color: white;
text-decoration: none;
}

a:hover.extLinksW{
color: white;
text-decoration: underline;
}

/*Calendar Settings*/
a:link.calendar{
color: black;
text-decoration: none;
}

a:active.calendar{
color: black;
text-decoration: none;
}

a:visited.calendar{
color: black;
text-decoration: none;
}

a:hover.calendar{
color: black;
font-weight: bold;
text-decoration: underline;
}

a:link.sublink{
color: black;
text-decoration: none;
}

a:active.sublink{
color: black;
text-decoration: none;
}

a:visited.sublink{
color: black;
text-decoration: none;
}

a:hover.sublink{
color: black;
font-weight: bold;
text-decoration: underline;
}

