
/*

Site: Ritter Public Library
File: /css/core.css
Date: Thursday, March 19, 2009
Desc: global settings for core html tags
Auth: Matthew Martindale (matthewm@ohionet.org)

*/

* {
margin: 0;
outline: 0;
padding: 0
}
body {
font-family: tahoma, geneva, sans-serif;
font-size: 12px;
line-height: 14px;
position: relative;
text-align: center
}
body,
html {
height: 100%;
width: 100%
}
img {
border: 0
}
table {
border-collapse: collapse;
margin-left: 1px
}
input,
textarea,
select {
font-family: tahoma, geneva, sans-serif;
font-size: 11px
}
select {
font-weight: bold
}

/**/
