﻿.article {
	width: 75%;
	height: 100%;
	overflow: auto;
}

#name {
	color: maroon;
}
#name2{
	color:green;
}
#name3{
	color:navy;
}

body {
	background-image:url('images/crossBkg.jpg');
	background-repeat:no-repeat;
	background-position:right;
	background-attachment:fixed
}

.B {
	font-weight:bold;
}

.I {
 font-style:italic;
}

.center {
	text-align:center;
}

.indent {
	text-indent:1em 
}

.super {
	font-size:xx-small;
	vertical-align:top;
}

