p {
  	font-family: Verdana;
}
a.tit1 {
	font-size: 15px;
	color: #00CCFF;
}
p.text1 {
	font-size: 13px;
	color: white;
}
p.texterr {
	font-size: 15px;
	color: red;
}
p.text2 {
	font-size: 13px;
	color: black;
}
p.text3 {
	font-size: 15px;
	color: white;
}
p.text4 {
	font-size: 14px;
	color: white;
}
p.languages {
        font-size: 16px;
        font-style: italic;
        color: white;
        align: left;
}

p.design {
	font-size: 12px;
	text-align: right;
	color: white;
}
a.link1:link {
	color: #00CCFF;
	text-decoration: none;
}
a.link1:visited {
	color: #00CCFF;
	text-decoration: none;
}

a.link1:hover {
	color: #00CCFF;
	text-decoration: underline;
}
a.link2:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.link2:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.link2:hover {
	color: #00CCFF;
	text-decoration: underline;
}


a.mail:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.mail:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a.mail:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.lang:link {
        font-size: 16px;
        font-style: italic;
        color: white;
	text-decoration: none;
}
a.lang:visited {
        font-size: 16px;
        font-style: italic;
        color: white;
	text-decoration: none;        
}
a.lang:hover {
  text-decoration: underline;
}

td {
     background-repeat: no-repeat;
}
