/*
   ::::::: StyleSheet Information :::::::
       --Black & White Pure Version--
    Stylesheet EdicionesAsunVidales2004
        Design by Matias Asun H. for:
      www.pbase.com/matiasasun/profile
   ::::::::::::::::::::::::::::::::::::::
Note: Added B&W image filter for Internat Explorer.
All thumbnail images will be shown in Black and White when browsing with IE 4 or higher.
*/

BODY {
  font-family	: Arial ;
  font-size: 14px;
}

BODY{
  color		:	Black;
  background	:	White;
  margin:	0;
  background-attachment: fixed;
  background-image: url(https://www.pbase.com/matiasasun/image/35898577/original.jpg);
  background-repeat: no-repeat;
  background-position: right 27px ;
}

/* Profile Picture Borders */
img.thumbnail
{
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 5px;
    border-bottom-width: 3px;
    border-left-width: 5px;
    border-color: black;
}

/* All Links */
A {
text-decoration	:	none;
}

A:link          { color: Black; }
A:active        { color: Black; }
A:visited       { color: Black; }
A:hover         { color: #444444; }

/* Black and White Filter for Internet Explorer */

img.thumbnail
{
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: 3px;
    border-right-width: 5px;
    border-bottom-width: 3px;
    border-left-width: 5px;
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
   filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}

/* Texts and Tables Codes */
.sp {
        font-family: Arial;
        font-size: 12pt;
        font-weight : bold;
        color : Black;
        background-color : #343434;
}

.ma {
        font-family: Courier;
        font-size: 18pt;
        letter-spacing: 1px;
        font-weight : bold;
        color : White;
        background-color : black;
}

.sb {
        font-size:12pt;
        font-weight : bold;
        color : #000000;
}

.mi {
        font-family: Arial Narrow;
        font-size: 12pt;
        color : White;
        background-color : black;
}

.me {
	text-align : left;
	color : #000000;
	background-color : #ffffff;
}

.wb { 
  font-family: arial;
  font-size: 12pt; 
  color: #000000; 
  background-color: #FFFFFF; 
  font-weight: normal
}
/* END */

BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
