a:link
{
        color:                  #708090;
        text-decoration:        none;
}

a:visited
{
        color:                  #708090;
        text-decoration:        none;
}

a:hover
{ 
        text-decoration:        underline;
}

a.site_map_table_heading:link,a.friends_sites_table_heading:link
{
        color:                  #000000;
        text-decoration:        none;
        border-style:           none;
}

a.site_map_table_heading:visited,a.friends_sites_table_heading:visited
{
        color:                  #000000;
        text-decoration:        none;
        border-style:           none;
}

a.site_map_table_heading:hover,a.friends_sites_table_heading:hover
{
        text-decoration:        underline;
        border-style:           none;
}

a.site_map_table_heading:active,a.friends_sites_table_heading:active
{
        color:                  #000000;
        text-decoration:        none;
        border-style:           none;
}

.outer_table
{
	padding: 2% 2% 2% 2%;
	font-family: "comic sans ms", arial, 'sans serif'; 
}

.site_map_table
{
	border-style:		ridge;
	border-width:		thick;
	border-color:		#C0C0C0; /*#0000FF;*/
	font-family:		"comic sans ms", arial, 'sans serif'; 
	background-color: 	#000000; /*#C0C0C0;*/
	color:			#C0C0C0;
}

.site_map_table_heading
{
	border-style:		outset;
	border-width:		thick;
	border-color:		#C0C0C0; /*#0000FF;*/
	font-family:		"comic sans ms", arial, 'sans serif'; 
	background-color: 	#C0C0C0; /*#000000;*/
	color:			#000000; /*#FFFFFF;*/
}


.friends_sites_table
{
	border-style:		ridge;
	border-width:		thick;
	border-color:		#C0C0C0; /*#0000FF;*/
	font-family:		"comic sans ms", arial, 'sans serif'; 
	background-color: 	#000000; /*#C0C0C0;*/
	color:			#C0C0C0;
}

.friends_sites_table_heading
{
	border-style:		outset;
	border-width:		thick;
	border-color:		#C0C0C0; /*#0000FF;*/
	font-family:		"comic sans ms", arial, 'sans serif'; 
	background-color: 	#C0C0C0; /*#000000;*/
	color:			#000000; /*#FFFFFF;*/
}

