/*pink*/
A.P:link	{
	text-decoration:	none;
	color:	#FF0055
	}

A.P:visited{
	text-decoration:	none;
	color:	#FF0055
	}

A.P:hover{
	text-decoration:	underline;
	color:	#FFFFFF;
	font-size:	120%
	}

A.Psam:link	{
	text-decoration:	none;
	color:	#FF0055
	}

A.Psam:visited{
	text-decoration:	none;
	color:	#FF0055
	}

A.Psam:hover{
	text-decoration:	underline;
	color:	#660099;
	/*font-size:	120%*/
	}

/*yellow*/
A.N:link	{
	text-decoration:	none;
	color:	#FFFF00
	}

A.N:visited{
	text-decoration:	none;
	color:	#FFFF00
	}

A.N:hover{
	text-decoration:	underline;
	color:	#FFFFFF;
	font-size:	120%
	}

/*light blue*/
A.W:link	{
	text-decoration:	none;
	color:	#00F0F0
	}

A.W:visited{
	text-decoration:	none;
	color:	#00F0F0
	}

A.W:hover{
	text-decoration:	underline;
	color:	#FFFFFF;
	font-size:	120%
	}

/*white*/
A.T:link	{
	text-decoration:	none;
	color:	#FFFFFF
	}

A.T:visited{
	text-decoration:	none;
	color:	#FFFFFF
	}

A.T:hover{
	text-decoration:	underline;
	color:	#FFFFFF;
	font-size:	120%
	}

/*green*/
A.G:link	{
	text-decoration:	none;
	color:	#00FF00
	}

A.G:visited{
	text-decoration:	none;
	color:	#00FF00
	}

A.G:active{
	text-decoration:	none;
	color:	#00FF00
	}

A.G:hover{
	text-decoration:	underline;
	color:	#FFFFFF;
	font-size:	120%
	}

/*blue*/
A.B:link	{
	text-decoration:	none;
	color:	#0000FF
	}

A.B:visited{
	text-decoration:	none;
	color:	#0000FF
	}

A.B:active{
	text-decoration:	none;
	color:	#0000FF
	}

A.B:hover{
	text-decoration:	underline;
	color:	#FFFFFF;
	font-size:	120%
	}
	
/*black*/
A.Blk:link	{
	text-decoration:	none;
	color:	#000000;
	font-weight: bold;
	}

A.Blk:visited{
	text-decoration:	none;
	color:	#000000;
	font-weight: bold;
	}

A.Blk:active{
	text-decoration:	none;
	color:	#000000;
	font-weight: bold;
	}

A.Blk:hover{
	text-decoration:	underline;
	color:	#0000FF;
	/*font-size:	120%*/
	}

/*menu*/
A.menu:link	{
	text-decoration:	none;
	color:	#fff;
	font-weight: bold;
	}

A.menu:visited	{
	text-decoration:	none;
	color:	#fff;
	font-weight: bold;
	}

A.menu:hover{
	text-decoration:	none;
	background-color:#CCCCCC;
	color:	#000;
	/*font-size:	120%*/
	}
	
body{
	background-repeat: 		no-repeat;
	background-attachment:	fixed;
	background-position:	center center;
	background-color:		#000000
	}

body.sam{
	background-repeat: 		no-repeat;
	background-attachment:	fixed;
	background-position:	center center;
	background-color:		#FFDDDD
	}

img{border: none;}

