@charset "utf-8";
<style>

a:link{
	font-style:italic
	text-decoration: underline;
	color: D2F9F7;
}
	
a:visited{
	text-decoration: none;
	color: #D2F9F7;
	font-weight: bolder;
}

a:hover{
	text-decoration: none;
	color: #D2F9F7;
	font-weight: lighter;
}

.ds_font_standart {
	font-family: "Comic Sans MS", cursive;
	color: #D2F9F7;
}
</style>
