/*******************************************************
 * Style Sheet for $BASE/StPauliaTimes/                *
 * Copyright (C)1997 YOSHIFUJI,H. All Rights Reserved. *
 *******************************************************/
/***************************************************************/
/* === Blink === */
.blink				{	text-decoration:	blink;				}

/***************************************************************/
/* === Default Style === */
BODY				{	background-color:	#FFFFCC;
					text-color:		#000000;
	}
	BODY A:link		{	color:	#0000FF;	text-decoration: underline;	}
	BODY A:active		{	color:	#FF0000;	text-decoration: underline;	}
	BODY A:visited		{	color:	#800080;	text-decoration: underline;	}
	BODY IMG		{	border: none;						}

/***************************************************************/
/* === Class title === */
.title				{	text-align:		center;				}
/* === Class news === */
.news				{	margin-left:		20%;
					margin-right:		20%;
					text-align:		center;				}
/* === Class menu === */
.menu				{	text-align:		center;				}
.menu H1			{	text-align:		center;				}
.menu H2			{	text-align:		center;				}
.menu H3			{	text-align:		center;				}
.menu H4			{	text-align:		center;				}
.menu H5			{	text-align:		center;				}
.menu H6			{	text-align:		center;				}
.menu DL			{	border:			none;				}
/* === Class notice === */
.notice				{	text-align:		left;				}
.notice A:link			{	color:	#000044;	text-decoration: none;		}
.notice A:active		{	color:	#440000;	text-decoration: none;		}
.notice A:visited		{	color:	#440044;	text-decoration: none;		}
/* === Class Admin === */
.admin				{	text-align:		left;				}
.admin A:link			{	color:	#000044;	text-decoration: none;		}
.admin A:active			{	color:	#440000;	text-decoration: none;		}
.admin A:visited		{	color:	#440044;	text-decoration: none;		}
/* === Class Blink === */
.blink				{	text-decoration:	blink;				}
/***************************************************************/
.banner				{	text-align:		right;				}