﻿/* base.css */

html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
blockquote,th,td,p {
margin: 0;
padding: 0;
}

html {
height: 100%;
}

body {
width: 100%;
html: 100%;
line-height: 1.4;
font:13px/1.231 Century Gothic,arial,helvetica,clean,sans-serif;
*font-size:small;
*font:x-small ;
}

/* Modern browser */
html>/**/body {
font-size: 13px;
}

a {
text-decoration : none;
/*\*/
overflow: hidden;
/**/
}

a img,
img {
border: none;
vertical-align: top;
}

ul, ol, li, dl, dt, dd { list-style: none; }

code {
font-family: monospace;
}
