.menu {
	font-family: tahoma;
	font-size: 11px;
	color: #535353;
	text-decoration: none;
}
.name_cont {

	font-family: tahoma;
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
}
.links {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}

.text {
	font-family: tahoma;
	font-size: 13px;
	color: #fafafa;
	text-decoration: none;
}
.header {

	font-family: tahoma;
	font-size: 16px;
	color: #ff0000;
	text-decoration: blink;
}
h1 {
	font-size: 16px;
	font-family: tahoma;
	text-decoration: overline;


}
body {
	background-image: url(images/bg1.gif);
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a {
	font-weight: bold;
}