/*  
Theme Name: (Not so) Fresh
Theme URI: http://www.xsized.de/wordpress-theme-not-so-fresh/
Description: Dise&ntilde;do por <a href="http://www.bartelme.at" title="Bartelme Design">Wolfgang Bartelme</a>, portado hacia WordPress por <a href="http://www.ilemoned.com/wordpress/wptheme-fresh/">LEMONed</a>, modificado por <a href="http://www.xsized.de/">XSized</a>, traducido al espa&ntilde;ol por <a href="http://g30rg3x.com/">g30rg3_x</a>.
Version: 1.10 Spanish
Author: XSized
Author URI: http://www.xsized.de/
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
<%
		
	%>	margin: 0;
	padding: 0;
	background: #0000cd url(imagenes/bg.gif) repeat-y top center;
	/*background: #191919 url(images/background.gif) repeat top center;*/
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	}

a:link {
	color: #000099;
	text-decoration: none;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	}
a:visited {
	color: #000099;
	text-decoration: none;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	}
a:hover {
	color: White;
	text-decoration: underline;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	background: #000099;
	}
a:active {
	color: #000099;
	text-decoration: underline;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	}