/* 
0artmechosite.css 
This level-0 style sheet contains text styles that apply to the whole Art Mecho site.
*/

body  {
margin-left: 25px;
background-color: #FFFFFF;
color: #333 
}

body a:link { color: #63F }
body a:visited { color: #30C }


/* Text styles, including Japanese text */

body {
font-family: Futura, Tahoma, "Trebuchet MS", Arial, serif; 
}

/* Header Styles */

h1 {
font-size: 150%;
}

h2 { 
font-size: 120%;
}

h3 {
font-size: 100%;
font-weight: bold;
}

/* Img styles */

img {
border: 0;
}

a img {
border: solid 2px;
}

.rhs {
float: right;
margin: 10px 10px 10px 20px;
}

.lhs {
float: left;
margin: 10px 20px 10px 10px;
}

.clear-both {
clear: both;
}


/* Footer */

p.footer-text {
padding-top: 1em;
clear: both;
font-size: smaller;
font-style: italic;
}

