/****************************
*  Author: Elias Carrillo   *
*  Last Modified: 04/17/07  *
****************************/

/* -- All Elements & Paragraphs --------------- */

body
{
	color: rgb(100%, 100%, 100%);
	background: #69c url(../images/background/springbluebg.png) fixed;
}

#content > p,
 #content > center > p {
	background: #69c url(../images/background/springbluebg.png) fixed;
}

a:link, a:visited {
	color: rgb(100%, 100%, 100%);
}
a:hover {
	color: rgb(100%, 28%, 0%);
}

/* -- Website Layout Classes ------------------ */

#menu h1 {
	background: url(../images/background/linebg_orange.png);
}
#menu a:link, #menu a:visited {
	color: rgb(100%, 100%, 100%);
}
#menu a:hover {
	color: rgb(0%, 66%, 100%);
	background: white url(../images/background/menulinkbg.png);
}

/* -- Container Classes ----------------------- */

th, div.title {
	background: url(../images/background/linebg_orange.png);
}

div.content {
	background: #69c url(../images/background/springbluebg.png) fixed;
}

/* -- Pokedex Page Classes -------------------- */

span.hp {
	color: #FFF0F0;
}
span.atk {
	color: #FFE4E4;
}
span.def {
	color: #E4E4FF;
}
span.satk {
	color: #FFE4D4;
}
span.sdef {
	color: #E4FFE4;
}
span.spd {
	color: #FFFFE4;
}

span.m {
	color: #A0C0F0;
}
span.f {
	color: #F8B870;
}

table#dextutors td.na {
	color: #CCCCCC;
}
