/* Copyright 2001-2010, Danny´s Home Page */
/* Base gramática */

A {
	color: #000099; text-decoration: none}
A:hover {
	color: #FF0000}

body {
	background-image: url('../img/f/fd/cream.jpg');

.made{
	font-style: italic;
	align: left;
	font-size: "12";
	color: red;
	font-family: Tahoma;}

em	{
	font-style: italic}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	font-family: Times;}

h1 {
	color: red;
	text-align: center;
	font-family: Times;
	font-size: "32";
	font-style: italic;}

h2 {
	color: green;
	text-align: center;
	font-family: Times;
	font-size: "20";
	font-variant: small-caps;}

h3 {
	color: blue}

h4 {
	color: black;
	font-variant: small-caps;}

p, td {
	color: black;
	margin-left: 20;
	font-family: Tahoma;
	font-size: 14;}

li, ol, ul {
	text-align: justify;
	font-family: Tahoma;
	font-size: "13";}

.red {
	color: red;
	font-weight: bold;}

.blue {
	color: blue;
	font-weight: bold;}

.black {
	color: black;
	font-weight: bold;}

marquee. {
	display: block;
	color: yellow;
	font-style: italic;}

/* ======================================================== */