/*
Hoja de estilos de PHP Kike Guestbook
*/

body
{
	background-color: #000000;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #C0C0C0;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #EEEEEE;
	scrollbar-darkshadow-color: #000000;
}

a:link
{
	text-decoration: underline;
	color: #FF0000;
}

a:visited
{
	text-decoration: underline;
	color: #FF0000;
}

a:hover
{
	text-decoration: none;
	color: #ff0000;
}

.formulario
{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	border: 1px #FFCC00 solid;
; background-color: #FFFFFF
; border-color: #FFCC00 solid
; font-weight: bold
}

.normal
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
; background-color: #000000
}

.tabla
{
	background-color: #000000;
	width: 450;
; border-color: #FFCC00 #FFCC00 #FFCC33 #FFCC33; border-style: none; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin
}

.filatitulo
{
	background-color: #000000;
	height: 20;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

.filacentro
{
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}

.filaabajo
{
	background-color: #000000;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
