@import url("topstyle.css");
@import url("topstyle2.css");

a:link , a:visited {
	color: #0000FF;
}

a:hover , a:active {
	color: #FF0000;
}

body {
	text-align: center;
}

h1 { 
	color: #0000DB;
}

