/* logo color ="#418AAD" */

/* -------------------------------------- */
/* ------------- BACKGROUND ------------- */
/* -------------------------------------- */
body 
{ 
background-image: url("../tuscany_wedding/sfondo.jpg"); background-repeat: no-repeat; background-position: center;
background-attachment: fixed;
}
/* ------------------------------------------------ */
/* ------------- PAGES WITHOUT TABLES ------------- */
/* ------------------------------------------------ */
p, ul li
{
margin: 0,0,0,100px; font-family: 'Times New Roman', Times, serif; font-size: 12px; color: #111111;
}
/* ----------------------------------- */
/* ------------- HEADERS ------------- */
/* ----------------------------------- */
H1, H2, H3, H4, H5, H6
{
text-transform: capitalize; color: #418AAD; text-align: center;
}
/* --------------------------------------- */
/* ------------- END HEADERS ------------- */
/* --------------------------------------- */
/* *************************************** */
/* --------------------------------------- */
/* ------------- BODY LINKS -------------- */
/* --------------------------------------- */
A:link 
{ 
font-size: 10px; color: #111111; font-weight: bold; text-transform: capitalize; text-decoration: none; 
}
A:hover 
{ 
font-size: 10px; text-decoration: underline; color: #418AAD; font-weight: bold; 
}
A:active 
{ 
font-size: 10px; color: #FF0000; font-weight: bold; text-decoration: none; 
}
A:visited 
{ 
font-size: 10px; color: #333333; font-weight: normal; text-decoration: none; 
}
/* --------------------------------------- */
/* ----------END BODY LINKS -------------- */
/* --------------------------------------- */
/* *************************************** */
/* --------------------------------------- */
/* ------------- FOOTER LINKS ------------ */
/* --------------------------------------- */
td div A:link 
{ 
font-size: 10px; color: #111111; font-weight: bold; text-transform: capitalize; text-decoration: none; 
}
td div A:hover 
{ 
font-size: 10px; text-decoration: underline; color: #418AAD; font-weight: bold; 
}
td div A:active 
{ 
font-size: 10px; color: #FF0000; font-weight: bold; text-decoration: none; 
}
td div A:visited 
{ 
font-size: 10px; color: #333333; font-weight: normal; text-decoration: none; 
}
/* ----------------------------------------------------- */
/* ------------------ END FOOTER LINKS ----------------- */
/* ----------------------------------------------------- */
/* ***************************************************** */
/* ----------------------------------------------------- */
/* ------------- TABLE ELEMENTS DEFINITION ------------- */
/* ----------------------------------------------------- */
td, p
{
font-family: 'Times New Roman', Times, serif; font-size: 12px; color: #111111; text-indent: 15px;
}
td DIV
{ 
font-size: 10px; color: #111111; text-align: center;
}
/* --------------------------------------------- */
/* ------ Rules for Anchors within tables ------ */
/* --------------------------------------------- */
td p A:link 
{ 
font-size: 12px; color: #111111; font-weight: bold; text-transform: capitalize; text-decoration: underline; 
}
td p A:hover 
{ 
font-size: 12px; text-decoration: underline; color: #418AAD; font-weight: bold; 
}
td p A:active 
{ 
font-size: 13px; color: #FF0000; font-weight: bold; text-decoration: none; 
}
td p A:visited 
{ 
font-size: 11px; color: #333333; font-weight: normal; text-decoration: none; 
}
/* --------------------------------------------------------- */
/* ------------- END TABLE ELEMENTS DEFINITION ------------- */
/* --------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* -------------------- PSEUDO CLASS SELECTORS ------------------ */
/* -------------------------------------------------------------- */
p:first-line
{
text-indent: 15px; 
}
p:first-letter
{
color: #418AAD; font-size: 150%; text-transform: capitalize;
}
/* ------------------------------------------------------------- */
/* ----------------- END PSEUDO CLASS SELECTORS ---------------- */
/* ------------------------------------------------------------- */
