/*--------------------------------------*/
/*Hyperlink colours etc.*/
/* N.B these are order-sensitive!)*/
/*--------------------------------------*/
a
{
    FONT-SIZE: 14pt;
}
a:link
{
    COLOR: #0000ff;
}
a:visited
{
    COLOR: #ff00ff;
}
a:hover
{
    COLOR: #ff0000;
}
/*--------------------------------------*/
/*Heavyweight stuff*/
/*--------------------------------------*/
BODY
{
    BACKGROUND-IMAGE: none;
    COLOR: #008000;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #e6e6fa;
	MARGIN-LEFT:10%;
	MARGIN-RIGHT:10%;
}
H1
{
    FONT: bold 18pt cursive;
    COLOR: #008000;
}
H2
{
    FONT: bold 12pt cursive;
}
P
{
    FONT: 10pt cursive;
}
P#p1
{
    FONT-WEIGHT: bold;
}
P#p2
{
    COLOR: #ff0000;
}
P#p3
{
}
EM
{
    FONT: bold 12pt cursive
}
/*--------------------------------------*/
/*My PF Specific stuff*/
/*--------------------------------------*/
.PFSEDIV
{
	FLOAT:LEFT;
    PADDING-RIGHT: 15px;
}
.PFHeader
{
    FONT: bold 18pt cursive;
    COLOR: #008000;
}
.PFFooter
{
    LEFT: 0%;
    POSITION: absolute;
    TOP: 80%;
}
.Poetry
{
    width: 100%;
    FONT: italic 20pt cursive;
    COLOR: #008000;
}
.PFMenus
{
    FONT: italic 10pt cursive;
    COLOR: #ff0000;
}
.Docs
{
    FONT: 14pt cursive
}
/*--------------------------------------*/
/*Donna's stuff for Belenus Conference*/
/*--------------------------------------*/
.donnah1 /*This is H1 in the inline style sheet*/
{ 
    font-size: 22.0pt; 
    mso-bidi-font-size: 12.0pt; 
    font-family: "Tempus Sans ITC"; 
    mso-fareast-font-family: Batang; 
    color: #008080; background: #ffff00; 
    mso-highlight: #ffff00;
}
.std 
{ 
    font-size: 22.0pt; 
    mso-bidi-font-size: 12.0pt; 
    font-family: "Tempus Sans ITC"; 
    mso-fareast-font-family: Batang; 
    color: #008080;
}
.second 
{ 
    font-family: Arial; 
    color: #003366; 
    font-weight: bold; 
    font-style: italic; 
}
.third 
{ 
    font-family: Arial; 
    color: #003366; 
    font-weight: normal; 
    font-style: normal; 
}

