body {
	background-image: url('bg.png');
	background-repeat: repeat;
    background-position: top left;
	background-color: white;
	color: black;
	max-width:800px;
	margin: 2px auto;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

/* *** TIPOS DE LETRA *** */

h1  {
	font-size: 1.6em;
	font-weight: bold;
}

h2, .myHeader {
	font-size: 1.2em;
	font-weight: bold;
}

.myStd { font-size: 1em; }

.myTiny { font-size: 0.8em; }

.myStdBold {
	font-size: 1em;
	font-weight: bold;
}

.myCenter { text-align:center; }

em {
	font-size: 1em;
	font-weight: bold;
	color: red;
}

table {
	border-collapse: collapse;
	border: none;
	font-size: 1em;
	width: 100%;
	padding: 2px;
}

/* *** ENLACES *** */

a:active {
	color: #FF0000;
	background-color: transparent;
}

a:link {
	color: #0000FF;
	background-color: transparent;
}

a:visited { 
	color: #800080;
	background-color: transparent;
}

a:hover { 
	color: #0000FF;
	text-decoration: overline underline;
	background-color: #FFFF00;
}

.myHR { width: 100%; border: solid; border-width: 1px; border-color: silver }
.wsImgW3C { border: none; width: 102px; height:16px; }

