/* diary.css - style sheet for my running diaries */

body {
margin-left : 3%;
margin-right : 1%;
margin-top : 25px;
margin-bottom : 10px;
font-family : verdana, geneva, sans-serif;
}
p {
font-family : verdana, geneva, sans-serif;
font-size : 90%;
color : #00065b;
}
h2 {
font-family : "courier new", geneva, "times new roman", serif;
font-size : 145%;
color : #525470;
text-indent : 280px;
}
A:link {
text-decoration : underline;
color : #0000cc;
}
A:visited {
text-decoration : none;
color : #9900ff;
}
A:hover {
text-decoration : underline;
color : #3399ff;
}
A:active {
text-decoration : underline;
color : #009900;
}
B.r {
font-family : verdana, geneva, sans-serif;
font-size : 98%;
color : #cc3333;
font-weight : bold;
}
table.m {
border-top-style : none;
border-right-style : none;
border-bottom-style : none;
border-left-style : none;
}
td.m {
font-family : verdana, geneva, sans-serif;
font-size : 90%;
border-top-style : none;
border-right-style : none;
border-bottom-style : none;
border-left-style : none;
}
table {
border-top : 1px solid #808080;
border-right : 1px solid #808080;
border-bottom : 1px solid #808080;
border-left : 1px solid #808080;
}
td {
font-family : verdana, geneva, sans-serif;
font-size : 80%;
color : #00065b;
border-top : 1px solid #808080;
border-right : 1px solid #808080;
border-bottom : 1px solid #808080;
border-left : 1px solid #808080;
}
