>> stylecommon.css
stylesheet used for all media
/* last update 10/17/2025 */
/* ===================================
top items
==================================== */
body{
margin: 0;
padding: 0;
line-height: 1.4em;
font-family: arial,sans-serif;
font-weight: normal;
font-size: 100%;
}
img{
margin: 0;
padding: 0;
border: none;
vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{
font-family: verdana,arial,sans-serif;
color: #333;
padding: 3px;
margin: 0;
}
h1{font-size: 1.25em;}
h2{font-size: 1.2em;}
h3{font-size: 1.15em;}
h4{font-size: 1.1em;}
h5{font-size: 1.05em;}
h6{font-size: 1em;}
p{
font-family: arial,sans-serif;
font-weight: normal;
font-size: 1em;
}
td, th{
font-family: arial,sans-serif;
font-size: 1em;
}
.center{
text-align: center;
}
.right{
text-align: right;
}
a{
font-family: arial,sans-serif;
}
a:link{color: #09c; text-decoration: none;}
a:visited{color: #09c; text-decoration: none;}
a:hover{color: #333; text-decoration: underline;}
a:active{color: #fc0; background-color: #333; text-decoration: underline;}
<< stylecommon.css
