/* Style sheet for DS stationary */

/*   Copyright © Denny Schlesinger 2002. All rights reserved
     Graphic design copyright © Maria Eugenia Sucre F. 2002. All rights reserved
     
     You may use the copyrighted programming used in this web page (HTML, JavaScript, etc.
     in your own website provided you include this text in its entirety in your own web page.
     
     Under no circumstances are you allowed to use the visible contents of this page, 
     the text, pictures and graphic design that the browser displays for the user, 
     for the web surfer.  */


/* body language */

body {
background-color: #ffffff;
}

/* links */

a:hover {
color: red; 
text-decoration: underline;
cursor: pointer;
}

a.blue:link {color: blue; text-decoration: none;}
a.blue:visited {color: blue; text-decoration: none}
a.blue:hover {color: red; text-decoration: none}

a.var:link {color: blue; text-decoration: underline;}
a.var:visited {color: blue; text-decoration: underline;}
a.var:hover {color: red; text-decoration: underline;}


/* fonts */

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: default;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: default;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: default;
}

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: default;
}

h5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: default;
}

h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: default;
}

th {
font-family: Verdana, Arial, Helvetica, sans-serif;
cursor: default;
}

p {
font-family: Book Antiqua, Times New Roman, Times, serif;
font-size: 100%;
cursor: default;
}

p.menu {
text-align: center;
font-family: Arial Narrow, sans-serif;
font-size: 80%;
}

p.error {
color: red;
}

p.foot {
text-align: center;
font-family: Arial Narrow, sans-serif;
font-size: 80%;
}

p.dirhead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
}

p.dir {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}
span.dir {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}
