/*  Style file for Padhraic Smyth Class Web pages */

body 
{
 margin-top:10px;
 margin-left:30px;
 margin-right:50px;
 font-size: 10pt;
}

/* unvisited link */
a:link {
    color: darkgreen;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: green;
    text-decoration: none;
}

/* mouse over link */
a:hover { 
    text-decoration: none;
    background-color: lightgray
}

/* selected link */
a:active {
    color: yellow;
    text-decoration: none;
}

<style>
h6{font-size:16px, font-weight:bold}

img {
    float: left;
    margin: 0 0 0px 0px;
    }
h6{
  margin-bottom: 0px;
}
p{
  margin-top: 20px;
}
ul{
 margin-top: 0px;
 } 

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
}

</style>
