/* pm.css */
/* External Cascading Style Sheet for Pet Mouse Music Publishing's Website */

/* begin with our wallpaper and default text colors */
body       {background: url(images/back.png) repeat;
/*	    font-size: 10pt; */
            color: #800000;
            background-color: #ffffff}

/* With our white wallpaper we need to set a contrasting border for tables */
table      {border: #fa8072} /* salmon */

/* add colors, etc., for some specific tags */
big        {color: #0080c0; background-color: transparent; font-weight: bold}
blockquote {color: #800000; background-color: transparent}
h3, h2, h1 {color: #0080c0; background-color: transparent}
h4         {color: #800000; background-color: transparent}
a:link	   {color: #0080c0; background-color: transparent}
a:active   {color: #808000; background-color: transparent; font-weight: bold}
a:visited  {color: #808000; background-color: transparent}
a:hover    {color: #ff0000; background-color: transparent}
address    {font-size: 80%}

.name	   {font-weight: bold}
.note      {font-size: 80%; font-style: italic}

/* 
 * Whenever we us superscripts or subscripts we want the text smaller so
 * that the space between the lines doesn't get bigger.  (Ugly.)
 */
sup        {font-size: 70%}
sub        {font-size: 70%}

