@charset "utf-8";
/* CSS Document */
/*selector {property: value; property: value; property: value; } */
<STYLE TYPE="text/css">
     P.breakhere {page-break-before: always}
</STYLE>

<P CLASS="breakhere">

a{
   text-decoration: underline/none;
   color: hexcode/word;
   font-weight: bold/normal;
}
 
a {text-decoration: none}
a:link {color: #0000FF} 
a:visited {color: #0000FF}
a:hover {text-decoration: underline/none;
   font-weight: bold/normal;
   color: #FF00FF}

h1.h1center {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
color: #000000;
text-align: center
}

p.description {
font: 12px Verdana, Arial, Helvetica, sans-serif;
font-weight: lighter;
color: #000000;
text-align: left
}

p.verse {
font: Arial, Helvetica, sans-serif;
font-size: 14px; 
font-weight: bolder 
color: #000000;
text-align: left
}

/*--this is a comment, you can put anything inside the star and slash--*/
body{
   margin: 0px;
   padding: 0px;
}
div{
   margin: 0px;
   padding: 0px;
}
img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
table{
   margin: 0px;
   padding: 0px;
}
p{
   margin: 15px;
   padding: 0px;
}
ul{
   margin-top: 10px;
   margin-bottom: 10px;
   margin-left: 35px;
   padding: 0px;
   list-style-image: url('image location');
   line-height: 20px; (gives spacing between list items)
}

   /*make sure to change at least one thing from your a tag definition*/
