@import url(/css/setdefaults.css);
@import url(/css/structural.css);
@import url(/css/specifics.css);
@import url(/css/roundedcorners.css);

body {
	font-family:	Bookman, Helvetica, Arial, sans-serif;
	color:			black;
	margin-left:	1%;
	margin-right:	1%;
	background:		#D673FF;
}
h1 {
	clear:		   		both;
	text-align:	   		center;
	font-size:	   		xx-large;
	font-weight:		bolder;
	font-style:	   		normal;
	text-decoration:	none;
	color:		   		black;
	margin-top:			0px;
	margin-bottom:		0px;
}
h2 {
/*	clear:             	both;*/	/* Opera thinks this means clear the whole page  I can do without it until I find a better solution */
	text-align:	   		center;
	font-size:	   		x-large;
	font-weight:	   	bolder;
	font-style:	   		normal;
	text-decoration:   	none;
	color:		   		black;
}
h3 {
/*	clear:             	both;*/	/* Opera thinks this means clear the whole page  I can do without it until I find a better solution */
	text-align:			left;
	font-size:			large;
	font-weight:		bold;
	font-style:	  		normal;
	text-decoration:	none;
	color:				black;
	margin-top:			1.5em;
}
h4 {
/*	clear:             	both;*/	/* Opera thinks this means clear the whole page  I can do without it until I find a better solution */
	text-align:			left;
	font-size:			medium;
	font-weight:		bold;
	font-style:			normal;
	text-decoration:	none;
	color:				black;
	margin-top:			1em;
}
h5 {
/*	clear:             	both;*/	/* Opera thinks this means clear the whole page  I can do without it until I find a better solution */
	text-align:			left;
	font-size:			medium;
	font-weight:		bold;
	font-style:			oblique;
	text-decoration:	none;
	color:				black;
	margin-top:			1em;
}
p {
	margin-left:	0px;
	margin-right:	0px;
	margin-top:	0.7em;
}
.normalItemContent p {
	text-align:	justify;
}
p.right {
	text-align:	right;
}
p.center {
	text-align:	center;
}

/*This section deals with the formatting of hyperlinks*/
a:link{
	color:				green;
	text-decoration:	underline;
	font-weight:		bold;
}
a:visited{
	color:				#C07A00;
	text-decoration:   	underline;
	font-weight:	   	bold;
}
/* Don't use this this time...
a:active{
	color:             black;
	text-decoration:   underline;
	font-weight:	   bold;
	font-variant:	   small-caps;
}
*/
a:hover{
	color:             	blue;
}

/* lists */
li {
	margin-left:	1.5em;
}

.hidden {
/*	display:	none; */	/* This doesn't work for id only <a>s which is what i want it for so use visibility instread */
	visibility:	hidden; 
	width:		0px;	/* Set width and height becuase usuing visibility instead of display */
	height:		0px;
}

span.name{
	font-style:	italic;
}
cite{
	font-style:	italic;
}
q{
	font-style:	italic;
}
em{
	font-style:	oblique;
}
strong{
	font-weight:	bolder;
}
.center{
	text-align:	center;
}

.example{
	margin-left:	5%;
	margin-right:	5%;
	background:		#EEEEEE;
/*	font-family:	monospace;*/
	font-style:		italic; 
}

a.citedact{

}

p.backlink{
	text-align:	right;
}

p.backlink a{
	text-decoration:	none;
}

ol.lroman{
	list-style-type:	lower-roman;
}
ol.llatin{
	list-style-type:	lower-latin;
}
