/* Default text for the main body of each page (accessible in the Edit Box) */
.normal_text
{
font-family: Arial;
font-size: 12px;
color: black;
}
p
{
font-family: Arial;
font-size: 12px;
color: black;
}
div
{
font-family: Arial;
font-size: 12px;
color: black;
}
caption
{
font-family: Arial;
font-size: 12px;
color: black;
}
table
{
font-family: Arial;
font-size: 12px;
color: black;
}
/* Large Heading for use in the main body of each page (accessible in the Edit Box) */
.big_heading
{
font-family: Arial;
font-size: 17px;
color: #8a9e7e;
font-weight: Bold;
font-style: Normal;
text-decoration: None;
}
/* Medium Heading for use in the main body of each page (accessible in the Edit Box) */
.medium_heading
{
font-family: Arial;
font-size: 14px;
color: #8a9e7e;
font-weight: Bold;
font-style: Normal;
text-decoration: None;
}
/* Small Heading for use in the main body of each page (accessible in the Edit Box) */
.small_heading
{
font-family: Arial;
font-size: 12px;
color: #8a9e7e;
font-weight: Bold;
font-style: Normal;
text-decoration: None;
}
/* For words/phrases in the main body of each page (accessible in the Edit Box) that are links */
A
{
font-family: Arial;
font-size: 12px;
color: #4d6444;
font-weight: Normal;
font-style: Normal;
text-decoration: Underline;
}
/* In the banner (under the logos) */
.GUENGL_text
{
font-family: Arial;
font-size: 12px;
color: #4d6444;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
}
/* For the tools in the banner on the right (language, sitemap, print, search) */
.tools_text
{
font-family: Arial;
font-size: 11px;
color: #666666;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
}
/* For the main (parent) pages within the menu */
.menu1
{
font-family: Arial;
font-size: 13px;
color: black;
font-weight: Bold;
font-style: Normal;
text-decoration: None;
background-color:#eaf3ef;padding-right:2px;
}
/* For sub-pages in the menu */
.menu2
{
font-family: Arial;
font-size: 12px;
color: black;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
padding-right:2px;
}
/* For the "View Pages By Category" text in the menu */
.viewcat
{
font-family: Arial;
font-size: 11px;
color: #4d6444;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
padding-left:3px;
padding-right:2px;
}
/* For the names of MEPs in the right column on the Home Page */
.mepname
{
font-family: Arial;
font-size: 14px;
color: #444444;
font-weight: Bold;
font-style: Normal;
text-decoration: None;
}
/* For the MEPs' summary text in the right column on the Home page */
.mepblurb
{
font-family: Verdana;
font-size: 10px;
color: black;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
padding-left:5px;
}
/* For the titles of the items that appear in the main column of the Home page */
.homelinkstitle
{
font-family: Arial;
font-size: 18px;
color: black;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
padding-right:2px;
}
/* For the summary text of the items that appear in the main column of the Home page */
.homelinksblurb
{
font-family: Arial;
font-size: 12px;
color: black;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
}
/* For the copyright notice on the right of the bottom banner */
.copyright
{
font-family: Arial;
font-size: 10px;
color: #666666;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
padding-right:4px;
}
/* For the title of a page (appearing at the top of that page) */
.pagename
{
font-family: Arial;
font-size: 18px;
color: #8a9e7e;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
padding-left:3px;
padding-right:2px;
}
/* For the titles of sub-pages that appear in a list within their parent page */
.subpagename
{
font-family: Arial;
font-size: 13px;
color: dimgray;
font-weight: Bold;
font-style: Normal;
text-decoration: None;
}
/* For the summary text of sub-pages that appear in a list on their parent page */
.subpageblurb
{
font-family: Arial;
font-size: 12px;
color: black;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
}
/* For the dates (which appear under the title of the page) of pages organised by date  */
.date
{
font-family: Verdana;
font-size: 11px;
color: black;
font-weight: Bold;
font-style: Normal;
text-decoration: None;
}
/* For the text in the "you are in" locator at the top of each page */
.locator
{
font-family: Arial;
font-size: 11px;
color: #4d6444;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
}
/* For the title of fields in forms (e.g. in the Search page) */
.formfieldtitle
{
font-family: Arial;
font-size: 12px;
color: #79956c;
font-weight: Normal;
font-style: Normal;
text-decoration: None;
}
/* Search Highlight */
.search
{
color:red;
}
/* For the description for photos in the photo gallery */
.phototext
{
font-family: Arial;
font-size: 12px;
color: black;
font-weight: Normal;
font-style: Italic;
text-decoration: None;
}
body
{
background-color: #ffffff;
padding: 5px 5px 5px 5px;
margin: 0px;
}
p, ul, li
{
margin-top: 0px;
margin-bottom: 0px;
font-family: Arial;
font-size: 12px;
color: black;
}
/* Horizontal Rule */
HR
{
 border: 0;
width: 700px;
color: #c4cfbe;
height: 1px;
text-align: center;
}
/* Counter style */
.counter
{
font-family: Arial;
font-size: 50px;
color: undefined;
font-weight: Bold;
font-style: Normal;
text-decoration: None;
}
