/* CSS for Yaoi.Tekenduis.Net (CrossedSwords) splash pages (Shrines not included). Authored by Daoine_Sidhe. */
/* W3C Validated CSS2 */


/* General Body Setup */

body
{
	margin:0px;
	background:#000000 left top repeat-x;
}


/* Splash Box and Page Entry */

#splash
{
	font-family: arial;
	font-size: 11px;
	text-align: center;
	position: absolute;
	top: 13px;
	left: 380px;
	width: 353px;
}

#warning
{
	font-family:arial;
	font-size:11px;
	text-align:justify;
	position:absolute;
	top: 15px;
	left: 15px;
	width:353px;
	border:2px solid white;
	padding:5px;
	color: #ffffff;
	}


#warning strong
{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
}

/* Link Setup */

a:link	{
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	}

a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	}

a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
	}

A:hover	{
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

/* Paragraph Indenting */

p
{
	text-indent:0px;
}

p.center
{
	text-align:center;
}


/* No Image Borders Ever */

img
{
	border: none;
}