/* My Custom Style Sheet */
/* Sample custom style sheet */
/* Jason Cowan: jason.cowan@stfc.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 OPTICON FP7 site */
#www-astro-opticon-org p {
color: white;
background: black;
 }