/* Created on 14-Aug-2019 15:55:18 */

The Block Container
#PageWrapper .relatedpages {
border: 1px dashed #eee;
background-color: black;
border-radius: 4px; /* This makes the border corners rounded; the bigger the number, the rounder the corner */
padding: 10px;
margin: 10px;
}
Headline
#PageWrapper .relatedpages H3 {
color: #191919;
font-size: 10px;
border-bottom: 1px solid black;
padding: 10px;
margin: 10px;
}
Link
#PageWrapper .relatedpages H3 a {
color: #205db0;
font-size: 10px;

}
Link Hover
#PageWrapper .relatedpages H3 a:hover {
color: #a37543;
text-decoration: none; /* This changes the Link text-decoration (just above) from underline to no underline */}
Link Hover
#PageWrapper .relatedpages .relatedpagesThumbnail {
border-radius: 4px;
overflow: hidden; /* Set to not show any text longer that the space allotted for it. Your descriptions should fit in this space, so leave as is */
text-decoration: none;
border:1px solid #ccc;
}
Description
#PageWrapper .relatedpages p { /* Settings for all the paragraph tags in the related pages section */
color: #191919;
font-size: 10px;
line-height: 15px;
}
