/* ---BACKGROUND COLOUR--- */
body {background-color: #ffffff;}


/* ---TEXT ATTRIBUTES--- */
h1 
{font-family: ITC Benguiat Book, serif;
font-size: 125%;
font-weight: bold;
text-align: left;
margin-left: 10px;
color: #4b0055;
font-variant: small-caps}

h2 
{font-family: ITC Benguiat Book, serif;
font-size: 110%;
font-weight: bold;
text-align: left;
margin-left: 10px;
color: #4b0055;}

p 
{font-family: verdana, sans-serif;
font-size: 80%;
text-align: justify;
margin-left: 10px;
margin-right: 450px;
color: #4b0055}


/* ---LINK PROPERTIES--- */
a.body {text-decoration: none}
a.body:link {color: #6960ec}
a.body:visited {color: #a74ac7}
a.body:hover {background: #fcdfff}

a.menu {text-decoration: none}
a.menu:link {color: #ffffff}
a.menu:visited {color: #ffffff}
a.menu:hover {font-size: 125%}


/* ---LIST ATTRIBUTES--- */
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle; font-family: verdana, sans-serif}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}