/* Phil's Master Style Sheet */
/* B M Seddon - 21 Jan 2006            */
/* ------------------------------------*/
/* Body section                        */
/* ------------------------------------*/
body {
color: rgb(0, 0, 153);
/* background-color: rgb(98, 255, 255); */
link: #ffcc66;
vlink: #ffcc33;
alink: #ffff66;
marginwidth: 0;
marginheight: 0;
margin: 0;
/* ------------------------------------*/
/* Text section                        */
/* ------------------------------------*/
font: Times;
} 
.warn {
color: rgb(255, 0, 0);
font-weight: bold;
}
.note {
color: rgb(255, 255, 102);
}
.sub {
color: rgb(255, 255, 255);
font-size: small;
}
/* ------------------------------------*/
/* Menu extras                         */
/* ------------------------------------*/
.itemBorder { border: 0px solid Black }
.itemText { 
text-decoration: none; 
color: rgb(0, 0, 255); 
font: 10pt Times New Roman, Helvetica 
}
.crazyBorder { border: 2px outset #663399 }
.crazyText { text-decoration: none; color: #66ffff; font: Bold 10pt Times New Roman, Helvetica }
