/*
 CSS Stylesheet for:
 https://pr-photographing-london.netlify.app

 CREATED: Sun 27th July 2025 10:08 PM GMT
 UPDATED: Mon 28th July 2025 12:52 PM GMT
*/


/* links */

a:link{color:blue;text-decoration:none;}
a:active{color:orange;}
a:visited{color:purple;}
a:hover{background-color:white;color:red;text-decoration:underline;}

/* html */

html{}

/* body */

body{
 font-family:arial,verdans,sans-serif;
}

/* main */

main,header,footer{text-align:center;}

/* div */

#idDivLinks{text-align:left;background-color:yellow;padding:10px;border-radius:10px;}


/* nav */

nav{background-color:gray;color:black;width:50%;margin:auto;text-align:center;padding:1px;border:1px solid black;}
nav:hover{background-color:yellow;color:black;border:1px solid red;}   
nav,td,footer,#idCopyright{border-radius:10px;}

/* header */

header{background-color:white;color:black;}

/* h1 */

h1::before{content:"~ "}   
h1::after{content:" ~"}  

/* h2 */

h2{}

#idIntroduction,#idLinks{background-color:yellow;text-align:left;padding:10px;border-radius:10px;margin:25px;}

/* table */

table{background-color:silver;padding:10px;border-radius:10px;} 
th{background-color:black;color:white;border-radius:10px 10px 0px 0px;padding:10px;}
td{background-color:red;text-align:center;}
td:hover{background-color:yellow;border:1px solid red;}
td.clsTDDate{background-color:gray;color:white;border-radius:0px 0px 10px 10px;padding:10px;}

/* img */

img{width:100px;}


/* footer */

footer{background-color:gray;color:black;width:50%;margin:auto;padding:10px;margin-top:10px;border:1px solid black;margin-top:20px;margin-bottom:20px;}

footer:hover{background-color:yellow;border:1px solid red;}

hr{width:50%;color:white;}






/* classes */

.clsPara{
 text-indent:1cm;
}

.clsDateTimeStamp{font-style:italic;color:red;}
.clsMonth{background-color:white;color:black;}
.clsYear{background-color:white;color:black;}






/* id's */

#idCopyright{background-color:black;color:white;}

