﻿body {
}
.style1
{
    width: 100%;
    height: 140px;
    background-image: url('images/Frances_flag1.png');
}

.style2
{
    font-size: large;
    font-weight: bold;
    color: #0000CC;
}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: underline overline; color: #012349;}

.fontstyle
{
    font-family:Arial;
    font-weight:200;
    color:Black;
    font-size:medium;
    font-style:italic;
}

ul.niceList 
{ 
  margin-left:0em; 
  padding-left:0.2em; 
  margin-bottom:1em; 
}
ul.niceList li 
{ 
  background:url(images/bullet.gif) 0em 0.3em no-repeat; /* change background em accordingly */
  padding-left: 0.8em; 
  list-style: none; 
}
.niceList ul li 
{ 
  background-image:url(images/bullet_child.gif); 
}
 
ol.niceList li, ul.niceList li 
{ 
  margin-bottom:0.5em; 
}
 
ol.niceList 
{ 
  margin-left:1.5em; 
  padding-left:0px; 
}
.niceList ol li 
{ 
  list-style:decimal; 
  background-image:none; 
  padding-left:0em; 
} 
    
