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

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

a:hover {
text-decoration: none;
}

a:active {

}

::-moz-selection {
	background: orange;
	color:#fff;
}

::selection {
	background: orange;
	color:#fff;
}

p {
margin-bottom: -.25cm;
}

h1 {
font-size: 12pt;
font-family: verdana;
}

h2 {

}

text {
content: "Writer Shore 2006";
}