/* MLA stylesheet for Virtual William Cole (http://www.donutage.org/bill/) */

/* Begin tree of inherited properties and cascades. */

HTML {}

BODY {
	padding: 10% 10% 10% 10%;
	background-color: white;
	line-height: 2em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	text-indent: 0;
	text-decoration: none;
	white-space: normal;
	text-align: left;
	vertical-align: baseline;
	color: #000000;
	font-size: 1em;
	font-family: "Times New Roman," Times, serif;
}

/* Links */

A:link, A:visited, A:active	{
	text-decoration: none;
	}

A:link	{
	color: #0000FF;
	}
	
A:visited {
	color: #000066;
}

A:active {
	color: #0000FF;
}

A:hover {
	text-decoration: underline;
}	


/*Standard block elements */ 

H1 {
	margin-top: 1em;
	margin-bottom: 1em;  
	text-align: center;
	font-size: 150%;
}

H2	 { 
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 120%;
	font-weight: bold
}

H3	 { 
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 120%;
}

H4	{
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 100%;
	font-weight: bold;
}

H5	{
	margin-top: 1em;
	marhin-bottom: 0;
	font-size: 100%; 
	font-style: italic;
}

H6 {
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 85%;
	font-style: bold;
}

P { 
	margin: 0; 
	font-size: 100%;
	text-indent: 5em; 
}	

BLOCKQUOTE {
	margin-left: 10em;
	margin-top: 1em;
	margin-bottom: 1em;
}

ADDRESS {
	font-size: smaller;
	font-style: italic;
}	

/* Standard phrase elements */

B, STRONG	{ 
	font-weight: bolder;
}
	
I, CITE, EM, VAR, DFN	{ 
	font-style: italic;
}

PRE, TT, CODE, KBD, SAMP	{ 
	font-family: "Courier New," Courier, monospace;
}

PRE	{
	white-space: pre;
}

	
SUB, SUP	{
	font-size: smaller;
}

SUB	{
	vertical-align: sub;
}

SUP	{
	vertical-align: super;
}

DEL	{
	text-decoration: line-through;
}

INS	{
	text-decoration: underline;
}
	
/* List items */

OL, UL, DD	{
	padding-left: 2em; 
}

DT {
	font-weight: bold;
}

DD {
	margin-top: 0;
	margin-bottom: 1em;
}
	
OL LI	{
	list-style-type: decimal;
}
	
UL LI	{
	list-style-type: disc;
}

UL UL, UL OL, OL UL, OL OL {
	margin-top: 0;
	margin-bottom: 0;
}

OL UL, UL UL {
   list-style-type: circle;
}

OL OL UL, OL UL UL, UL OL UL, UL UL UL {
	list-style-type: square;
}

OL OL LI	{
	list-style-type: lower-alpha;
}
	
OL OL OL LI	{
	list-style-type: lower-roman;
}

/* Table styles */

CAPTION, COL, COLGROUP, LEGEND, TABLE, TBODY, TD, TFOOT, TH, THEAD, TR	{
	background: transparent;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	border: none;
	float: none;
	clear: none;
}

TABLE, TBODY, TFOOT, THEAD, TR	{
	display: block;
	background-position: top left;
	width: auto;
	height: auto;
}

CAPTION, LEGEND, TD, TH	{ 
	display: inline;
	vertical-align: baseline;
	font-size: 1em;
	line-height: 1.33em;
	word-spacing: normal;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	white-space: normal;
}

TH	{
	font-weight: bolder;
	text-align: center;
}

CAPTION	{
	text-align: center;
}

/* Custom styles */

.center	{
	text-align: center;
}
	
.footer { 
	text-indent: 0em;
	font-size: smaller; 
	margin-top: 0; 
	margin-bottom: 0;
}

OL.ref_list {
	padding: 0;
	list-style: decimal inside;
}
 
OL.ref_list LI {
 	text-indent: 0;
}	


A.footnote {
	vertical-align: super;
	font-size: smaller;
}	

P.Bibliography {
	margin-left: 5em;
	text-indent: -5em;
}

P.continue {
	text-indent: 0;
}
	
P.footnote {
	text-indent: 0em;
	line-spacing: 1.2em;
}		
