@charset "utf-8";
/* CSS Document */
/* Contains Link Styles */

a:link { 
	text-decoration:none;
	color:#06C;
} 

a:hover { 
	text-decoration:underline;
	color:#06C;
} 

a:visited { 
	text-decoration:none;
	color:#06C;
} 

a:visited:hover { 
	text-decoration:underline;
	color:#06C;
} 

/* Main text */
a.maintext:link { 
	text-decoration:none;
	color:#06C;
} 

a.maintext:hover { 
	text-decoration:underline;
	color:#06C;
} 

a.maintext:visited { 
	text-decoration:none;
	color:#06C;
} 

a.maintext:visited:hover { 
	text-decoration:underline;
	color:#06C;
} 

/* Header */
a.header:link { 
	text-decoration:none;
	color:#06C;
} 

a.header:hover { 
	text-decoration:none;
	color:#72cdf4;
} 


a.header:visited { 
	text-decoration:none;
	color:#06C;
} 


a.header:visited:hover { 
	text-decoration:none;
	color:#72cdf4;
} 

/* Navigation */
a.navigation:link { 
	text-decoration:none;
	color:#006;
} 

a.navigation:hover { 
	text-decoration:underline;
	color:#006;
} 

a.navigation:visited { 
	text-decoration:none;
	color:#006;
} 

a.navigation:visited:hover { 
	text-decoration:underline;
	color:#006;
} 

/* Other */
a.other:link { 
	text-decoration:none;
	color:#06C;
} 

a.other:hover { 
	text-decoration:none;
	color:#72cdf4;
} 


a.other:visited { 
	text-decoration:none;
	color:#06C;
} 


a.other:visited:hover { 
	text-decoration:none;
	color:#72cdf4;
} 


