/*<head> how you add it to web page
<link rel="stylesheet" type="text/css"
href="mystyle.css" />
</head>*/

/*paragraph elements*/
p
{
 text-align:left;
color:black;
font-family:arial;
font-size:90%;
text-indent: 1cm;
}

/*header elements*/
h1,h2,h3
{
  color:black;
 font-family:arial;
 text-align:center;
}

/*no underline on link*/
a {text-decoration: none;font-size:90%;}

td{
padding-left: 0cm;
}
