﻿/* Tutorials For OpenOffice Stylesheet */

/*a { }*/

a:link { color: blue; text-decoration: underline; }

a:visited { color: red; }

a:hover {
	color: #ffffff;
	background-color: #0000ff;
	text-decoration: underline;
}

b { }

body {
	margin: 10px;
	padding: 10px;
	border-style: solid;
	border-color: aqua;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.2em;
	text-align: left;
	border: double aqua;
}

br { }

div {
	margin-bottom: 0.21cm;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color: #000099;
}

div.footer {
	margin-bottom: 0.21cm;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	color: black;
}

font { }

.foss a:hover {
color: black;
background-color: transparent;
text-decoration: none;
}

h1 {
	margin-bottom: 0.21cm;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
}

h2 {
margin-top: 0.3cm;
	margin-left: 1.27cm;
	margin-bottom: 0.3cm;
	text-align: left;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}

img { border: 0px solid; }

ol { list-style-type: decimal; }

ul{ margin-left: 1.27cm; }

li {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	/*list-style-type: decimal;*/
	text-align: left;
}


p {
	margin-bottom: 0.21cm;
	text-align: left;
	page-break-before: auto;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
}

p.center{
	float: none;
}

p.red{ color: red; }

p.red_center{
	color: red;
	float: none;
}

/*strong { }*/

table { font-family: Arial,Helvetica,sans-serif
width: 100%; }

td{ font-family: Arial, Helvetica, sans-serif; }

u.blue { color: blue; }

u.red {
	color: red;
}

div.rlink{
	text-align: right;
}
