<!--
body { background-image: url('bg.jpg')
}

.brd {border: 1px solid #ffffff;}

a:link, a:active, a:visited, a:hover{
font-size: 14px; 
color: #feff01; 
font-family: Arial; 
text-decoration: underline;
font-weight: bold
}


a.one:link {color: #72d6f6;
              font-size: 26px;
              font-weight: normal;
              font-family: Arial;}
a.one:visited {color: #72d6f6;
               font-weight: normal;
              font-family: Arial;
              font-size: 26px}
a.one:hover {color: #72d6f6;
              font-weight: normal;
              font-family: Arial;
              font-size: 26px}
a.one:active{color: #72d6f6;
              font-weight: normal;
              font-family: Arial;
              font-size: 26px}

a.two:link {color: #feff01;
              font-weight: normal;
              font-size: 26px;}
a.two:visited {color: #feff01;
              font-weight: normal;
              font-size: 26px}
a.two:hover {color: #feff01;
              font-weight: normal;
              font-size: 26px}
a.two:active{color: #feff01;
              font-weight: normal;
              font-size: 26px}


a.three:link {color: #feff01;
              font-weight: normal;
              font-style: italic;
              font-size: 20px}
a.three:visited {color: #feff01;
              font-weight: normal;
              font-style: italic;
              font-size: 20px}
a.three:hover {color: #feff01;
              font-weight: normal;
              font-style: italic;
              font-size: 20px}
a.three:active{color: #feff01;
              font-weight: normal;
              font-style: italic;
              font-size: 20px}

a.four:link {color: #feff01;
              font-size: 14px;
              font-weight: normal}
a.four:visited {color: #feff01;
              font-size: 14px;
              font-weight: normal}
a.four:hover {color: #feff01;
              font-size: 14px;
              font-weight: normal}
a.four:active{color: #feff01;
              font-size: 14px;
              font-weight: normal}

.title {
	color: #feff01;
	font-family: Arial;
	font-size: 30px;
        font-style: italic;
}
.small{
	color: #feff01;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.text1 {
	color: #72d6f6;
	font-family: Arial;
	font-size: 26px;
        font-weight: normal}

.text2 {
	color: #feff01;
	font-family: Arial;
        font-weight: normal;
	font-size: 26px
}
.text3 {
	color: #feff01;
	font-family: Arial;
        font-weight: normal;
	font-size: 20px}
-->
