/* MLeWallpapers cascading stylesheet */

A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color: #8080C0;
	text-decoration: none;
}

A:HOVER {
	color: #A09020;
	text-decoration: underline;
}

/*img {
	border: none;
}*/

body, table, td, p, div {  
    background: #000000;
	color: #FFFFFF;
	font-size: 10pt;
	font-family: verdana, helvetica, arial, sans-serif;
}

.hugefont { font-size: 14pt; }
.bigfont { font-size: 12pt; }
.regfont { font-size: 10pt; }
.smallfont { font-size: 8pt; }
.tinyfont { font-size: 7pt; }

