
/*sets color for the hr........*/
hr {
background-color : transparent;
color : #000000;
height : 2px;
}
p 
{
font-family: arial;
color: black;
}


/*settings for class.heading paragraph*/
p.heading
{
font-family: arial;
text-align: left;
color:	white;
font-weight: bold;
background-color: darkgrey;
border: medium solid white;
border-width: 1px
}

/*settings for class.centerred paragraph*/
p.centerred
{
font-family: arial;
text-align: center;
font-weight: bold;
color:	red;
font-size: 60%;
}

/*settings for class.centerred paragraph*/
p.left
{
font-family: arial;
text-align: left;
font-weight: bold;
color:	red;
font-size: 60%;
}

/*settings for class.small paragraph*/
p.small
{
font-family: arial;
text-align: left;
font-weight: bold;
color:	blue;
font-size: 60%;
}

/*settings for normal body*/
body 
{
background-color: #CCCCFF;
link="blue"; 
vlink="purple"
}

/*settings tables*/
table.one
{
table-layout: fixed;
border="1";
width="730";
caption-side:top
}
table.two
{
table-layout: fixed;
border="1";
width="730";
caption-side:top;
cellpadding="0";
cellspacing="0"
}