/* My Custom Style Sheet */
/* Sample custom style sheet */
/* Jason Cowan: webmaster@roe.ac.uk */

/* This will change the style for paragraph tags for any site */
 p {
 color: black;
 background: red;
 }

/* This will change the style for paragraph tags on the UK ATC site */
#ukatc-at-roe-ac-uk p {
color: white;
background: black;
 }
