body
{
    font: 16px arial;
}
/* these are the font styles for the links that appear on your web page */
a:link {font: bold 16px arial; color: #000000; text-decoration: underline;} 
a:active {font: bold 16px arial; color: #7C6CD0; text-decoration: none;}
a:visited {font: bold 16px arial; color: #000000; text-decoration: underline;}
a:hover {font: bold 16px arial; color: #000000; text-decoration: underline;}/*this one changes the mouseover or hover state of the link*/

.style1
{
font-family: "Arial";
	font-size: 15px;
	font-weight: bolder;
	color: #E76814;
}

.style2
{
font-family: "Calligraph421 BT"; 
font-size: 28px; 
font-weight: bolder; 
}

.style3 
{
font-family: "Calligraph421 BT"; 
font-size: 42px; 
font-weight: bolder; 
}

.tekst1 
{
	font-family: "Arial";
	font-size: 26px;
	font-weight: normal;
}

.tekst2 
{
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
}

.tekst3 
{
	font-family: "Arial";
	font-size: 18px;
	font-weight: normal;
}

.tekst4 
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
}

.border
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 0px #739595;
}

.border1
{
    /* this is used for all kinds of borders */
    /* be it for the whole page, or just the content section */
    border: solid 5px #FFFFFF;
}


.wrapper
{
    /* remove this to have the page load at full width */
    width: 780px;

}

.title2 
{
    color: #7C6CD0;
	font-face: Arial;
    font-weight: bold;
    font-size: 18px;

}


.footer
{
	background-color:#FFFFF;
	font-size: 5px;
	font: arial;
	text-align: center;
}