File size: 1.34Kb
/*FOR ALL IMAGES*/
img
{
border : 0px;
vertical-align : middle
}
body
{
margin-top :0;
margin-left :0;
margin-right :0;
text-align :center;
font-size :small;
line-height:100%;
color : #000;
background-color :#ffffff
}
/* for where the logo is */
.logo
{
font-weight:bold;
background:#ddf;
border-bottom:1px solid #bbf;
text-align:center;
}
/* for where titles & sub-titles are */
.header, .shout
{
background:#eee;
border-bottom:1px solid #ccc;
text-align:center;
}
/* for where the main content is (best aligned left) */
.menu3
{
text-align:left;
border-bottom:1px dotted #bbf;
padding:3px;
margin:1px;
}
/* for where the main content is (best aligned center) */
.shoutmenu
{
border-bottom:1px dotted #bbf;
padding:3px;
margin:1px;
}
/* for where the main link is at the bottom of every page */
.footer
{
background:#ddf;
border-bottom:1px solid #bbf;
text-align:center;
}
/* all links */
a:link, a:visited
{
color : #d00;
}
a:active, a:hover
{
color : #f33;
text-decoration : underline;
}
/* input/select/submit/textarea */
input.password,input[type=password]{
border:1px solid #bbf;
}
input.text,input[type=text]{
border:1px solid #bbf;
}
input.file,input[type=file]{
border:1px solid #bbf;
}
input.submit,input[type=submit]{
border:1px solid #bbf;
color:#f00;
}
select{
border:1px solid #bbf;
margin:3px;
}
textarea{
margin:3px;
border:1px solid #bbf;
}