body
{
	color : black;
	background-color : rgb(255,255,255);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
	font-family:sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:45em;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

li.centered
{
	text-align: center;
}

img.centered 
{
	display: block;
	margin-left: auto;
	margin-right: auto;;
}

.menu
{
	text-align : left;
	border : thin solid orange;
}

.menu a
{
	color : rgb(0,0,0);
	background-color : inherit;
}

.menu a:hover
{
	color : orange;
	background-color : purple;
}


.menu strong
{
	font-size : large;
}

.other
{
	text-align : center;
	border : thin solid red;
	background-color : inherit;
	color : rgb(0,0,0);
	font-weight : bold;
}

.contentArticle
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	border : thin solid;
}

.articlePost
{
	font-size: 66%;
	text-align: right;
	color: black;
}

.articleHeader
{
	font-weight: bold;
}

.footer
{
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}
