@import url(bulletballstyle.css);


/******************
 * General layout *
 ******************/

body
{
	background-color: #C0C0C0;	/* Old-skool grey */
	background-attachment: fixed;	/* Keep background fixed. In the case of the stereogram, this is so that user's eyes do not defocus from stereogram if text scrolls!important ? */
}




/* Headings */

/* Make H1 & H2 slightly bigger */
H1
{
	text-align: center;
	font-size: 215%;
}

H2
{
	font-size: 160%;
}



/*********
 * Lists *
 *********/

/* Used in lists to describe the item in the list */
.ListItemDesc
{
	font-size: x-small;
}


/*******
 * HRs *
 *******/

/* Todo: Make the image join seamlessly. In fact, it seems to repeat itself, so I could only have a tiny ammount. */

HR
{
	background: url(../pics/wavyline.gif) repeat-x scroll;
	height: 22px;	/* A few extra pixels for padding */
	/* color: #FFFFFF; This line messes up MesSIE 5.5 (test with 6.0) */
	border-style: none;
}


/*****************
 * Misc. Classes *
 *****************/

.FeedbackText
{
	font-stretch: expanded;	/* Supported? */
	letter-spacing: 0.1em;
	font-weight: bold;
}

