/** SOLEMATES COMFORT FOOTWEAR */

/** BASIC */

body {
	background-image: url('images/bg_grad2.gif');
        background-repeat: repeat-x;
        background-color: #B1E3FE;
}


/** TEXTS */

body, th, td, input, textarea, select, p, blockquote, ul, ol, dl {
	font-family: arial, sans-serif;
        font-size: 12px;
        color: #000000;
}

.text1 {
        font-family: arial, sans-serif;
        font-size: 12px;
        color: #000000;
        margin-left: 15px;
}


/** LINKS*/

a:link {color: #137CFF;}
a:visited {color: #616161;}
a:active {color: #137CFF;}
a:hover {text-decoration: none;}





